summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* Follow changes made in revision 232144, pass absolute timeout to kernel,davidxu2012-02-273-30/+37
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverdavidxu2012-02-251-17/+32
* Use unused fourth argument of umtx_op to pass flags to kernel for operationdavidxu2012-02-221-13/+3
* Check both seconds and nanoseconds are zero, only checking nanosecondsdavidxu2012-02-191-1/+1
* Add thread-local storage support for arm:gonzo2012-02-142-4/+5
* Make code more stable by checking NULL pointers.davidxu2012-02-111-2/+6
* Switch MIPS TLS implementation to Variant I:gonzo2012-02-102-13/+20
* Plug a memory leak. When a cached thread is reused, don't clear sleepdavidxu2012-02-072-12/+19
* Use getcontextx(3) internal API instead of getcontext(2) to providekib2012-01-211-4/+13
* The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specificdim2011-12-152-2/+2
* Pass CVWAIT flags to kernel, this should handledavidxu2011-11-171-3/+2
* Do not set thread name to less than informative 'initial thread'.kan2011-06-191-1/+0
* Merge from r161730:marius2011-06-184-21/+54
* r179417 introduced a bug into pthread_once(). Previously pthread_once()rstone2011-04-201-0/+2
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-073-0/+51
* Fix a typo.davidxu2011-01-111-1/+1
* For the process that already loaded libthr but still not initializedkib2011-01-101-0/+26
* Implement the __pthread_map_stacks_exec() for libthr.kib2011-01-095-1/+53
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-072-0/+4
* Return 0 instead of garbage value.davidxu2011-01-061-2/+1
* Because sleepqueue may still being used, we should always check wchan withdavidxu2011-01-041-6/+0
* Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is onlydavidxu2010-12-241-2/+2
* Add sleep queue code.davidxu2010-12-221-0/+175
* MFp4:davidxu2010-12-229-191/+666
* Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.davidxu2010-11-021-8/+5
* Return previous sigaction correctly.davidxu2010-10-291-1/+4
* Remove local variable 'first', instead check signal number in memory,davidxu2010-10-291-4/+1
* Check small set and reject it, this is how kernel did. Always use thedavidxu2010-10-271-37/+32
* - Revert r214409.davidxu2010-10-271-5/+6
* Remove locking and unlock in pthread_mutex_destroy, becausedavidxu2010-10-271-25/+2
* Fix typo.davidxu2010-10-251-1/+1
* Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy().davidxu2010-10-252-10/+31
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-204-52/+2
* Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, thisdavidxu2010-10-181-0/+1
* sort function name.davidxu2010-10-181-2/+2
* s/||/&&davidxu2010-10-181-2/+2
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-184-2/+50
* Oops, don't remove -fexceptions flag.davidxu2010-10-081-0/+1
* unwind.h was imported, gcc directory is no longer needed.davidxu2010-10-081-1/+0
* change code to use unwind.h.davidxu2010-09-302-5/+6
* Check invalid mutex in _mutex_cv_unlock.davidxu2010-09-291-0/+6
* In current code, statically initialized and destroyed object havedavidxu2010-09-285-195/+160
* Report death event to debugger before moving to gc list, otherwisedavidxu2010-09-261-3/+2
* Only access unwind_disabled when _PTHREAD_FORCED_UNWIND is defined.davidxu2010-09-251-1/+2
* Add missing field.davidxu2010-09-251-0/+1
* Because old _pthread_cleanup_push/pop do not have frame address,davidxu2010-09-252-13/+17
* Simplify code, and in while loop, fix operator to match the unwindingdavidxu2010-09-251-7/+4
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-255-5/+20
* inline testcancel() into thr_cancel_leave(), because cancel_pending isdavidxu2010-09-241-2/+3
* In most cases, cancel_point and cancel_async needn't be checked again,davidxu2010-09-243-5/+3
OpenPOWER on IntegriCloud