summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_suspend_np.c
Commit message (Expand)AuthorAgeFilesLines
* Convert thread list lock from mutex to rwlock.davidxu2010-09-131-7/+9
* Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to savedavidxu2008-04-291-1/+1
* Remove umtx_t definition, use type long directly, add wrapper functiondavidxu2007-11-211-1/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* WARNS level 4 cleanup.davidxu2006-04-041-0/+3
* Read cycle count before sending signal, this fixes a userland threaddavidxu2006-02-201-1/+1
* Try to reduce total time needed for suspending all threads,davidxu2006-01-081-4/+17
* Refine thread suspension code, now thread suspension is a blockabledavidxu2006-01-051-10/+40
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-3/+49
* Return ENOTSUP instead of -1.ru2004-01-151-1/+1
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+53
OpenPOWER on IntegriCloud