summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_cancel.c
Commit message (Expand)AuthorAgeFilesLines
* 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