summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_resume_np.c
Commit message (Expand)AuthorAgeFilesLines
* Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to saveDavid Xu2008-04-291-1/+1
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* WARNS level 4 cleanup.David Xu2006-04-041-0/+3
* Refine thread suspension code, now thread suspension is a blockableDavid Xu2006-01-051-1/+0
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-26/+29
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-6/+7
* Stop using signals for synchronizing threads. The performance penaltyMike Makonnen2004-03-271-2/+1
* Doh! Lock the thread passed in by the caller, not the current thread.Mike Makonnen2003-12-121-2/+2
* Remove uses of GIANT_LOCK and replace with appropriate threadMike Makonnen2003-12-111-7/+12
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-0/+1
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-4/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+87