summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_resume_np.c
Commit message (Expand)AuthorAgeFilesLines
* Convert thread list lock from mutex to rwlock.davidxu2010-09-131-4/+2
* Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to savedavidxu2008-04-291-1/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* WARNS level 4 cleanup.davidxu2006-04-041-0/+3
* Refine thread suspension code, now thread suspension is a blockabledavidxu2006-01-051-1/+0
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-26/+29
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-6/+7
* Stop using signals for synchronizing threads. The performance penaltymtm2004-03-271-2/+1
* Doh! Lock the thread passed in by the caller, not the current thread.mtm2003-12-121-2/+2
* Remove uses of GIANT_LOCK and replace with appropriate threadmtm2003-12-111-7/+12
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-0/+1
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-4/+0
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+87
OpenPOWER on IntegriCloud