summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_cancel.c
Commit message (Expand)AuthorAgeFilesLines
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-0/+12
* 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-241-3/+1
* Convert thread list lock from mutex to rwlock.davidxu2010-09-131-4/+2
* To avoid possible race condition, SIGCANCEL is always sent except thedavidxu2010-09-081-1/+1
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-011-30/+11
* In current implementation, thread cancellation is done in signal handler,davidxu2010-08-201-21/+25
* Tweak _thr_cancel_leave_defer a bit to fix a possible race.davidxu2006-12-051-3/+7
* Use kernel provided userspace condition variable to implement pthreaddavidxu2006-12-041-1/+22
* Eliminate atomic operations in thread cancellation functions, it shoulddavidxu2006-11-241-67/+61
* WARNS level 4 cleanup.davidxu2006-04-041-3/+3
* Don't cancel thread if it is in critical region.davidxu2006-03-251-1/+1
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-87/+107
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-157/+65
* Implement PThreads barriers and barrier attributes.mtm2004-02-191-0/+1
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.mtm2003-07-061-2/+2
* There's no need for _umtxtrylock to be a separate function.mtm2003-07-061-1/+2
* Sweep through pthread locking and use the new locking primitives formtm2003-06-291-2/+2
* _pthread_cancel() breaks the normal lock order of first locking themtm2003-05-251-4/+17
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-0/+1
* o Make the setting/checking of cancel state atomic withmtm2003-05-151-87/+111
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-10/+0
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+205
OpenPOWER on IntegriCloud