summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread
Commit message (Expand)AuthorAgeFilesLines
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-203-48/+2
* Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, thisdavidxu2010-10-181-0/+1
* s/||/&&davidxu2010-10-181-2/+2
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-183-2/+46
* 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-253-2/+17
* 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
* If we are at cancellation point, always work as deferred mode despitedavidxu2010-09-211-34/+32
* Because atfork lock is held while forking, a thread cancellation triggereddavidxu2010-09-194-12/+13
* Fix typo.davidxu2010-09-191-1/+1
* - _Unwind_Resume function is not used, remove it.davidxu2010-09-191-14/+8
* Fix a race condition when finding stack unwinding functions.davidxu2010-09-191-7/+20
* add code to support stack unwinding when thread exits. note that onlydavidxu2010-09-155-1/+176
* Move back IN_GCLIST flag into field tlflags, since thread list and gc listdavidxu2010-09-151-6/+6
* Don't compare thread pointers again.davidxu2010-09-131-3/+3
* Fix copy&paste problem.davidxu2010-09-131-2/+2
* PS_DEAD state needs not be checked because _thr_find_thread() has alreadydavidxu2010-09-131-4/+0
* Convert thread list lock from mutex to rwlock.davidxu2010-09-1315-129/+153
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-101-6/+8
* To avoid possible race condition, SIGCANCEL is always sent except thedavidxu2010-09-081-1/+1
* Fix off-by-one error in function _thr_sigact_unload, also disable thedavidxu2010-09-061-3/+5
* Remove incorrect comments, also make sure signal isdavidxu2010-09-011-5/+4
* In function __pthread_cxa_finalize(), also make code for removingdavidxu2010-09-011-1/+8
* pthread_atfork should acquire writer lock and protect the codedavidxu2010-09-011-1/+3
* Change atfork lock from mutex to rwlock, also make mutexes used by malloc()davidxu2010-09-016-28/+60
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-0114-273/+591
* Unregister thread specific data destructor when a corresponding dsodavidxu2010-08-273-0/+23
* clear lock to zero state if it is destroyed.davidxu2010-08-271-0/+3
* eliminate unused code.davidxu2010-08-262-17/+0
* Decrease rdlock count only when thread unlocked a reader lock.davidxu2010-08-261-1/+1
* Remove unused source.kib2010-08-241-57/+0
* The __hidden definition is provided by sys/cdefs.h.kib2010-08-241-4/+0
* Add wrapper for setcontext() and swapcontext(), the wrappersdavidxu2010-08-242-14/+51
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-232-0/+25
* Reduce redundant code.davidxu2010-08-201-76/+21
* In current implementation, thread cancellation is done in signal handler,davidxu2010-08-206-99/+284
* According to specification, function fcntl() is a cancellation point onlydavidxu2010-08-201-4/+11
* Tweak code a bit to be POSIX compatible, when a cancellation requestdavidxu2010-08-171-0/+2
* Use _SIG_VALID instead of expanded form of the macro.kib2010-07-121-1/+1
* Coalesce one more broken line.deischen2010-05-241-2/+1
* Coalesce a couple of broken lines since they can fit within 80deischen2010-05-241-4/+2
* remove file thr_sem_new.c.davidxu2010-01-051-1/+0
OpenPOWER on IntegriCloud