summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Add some function prototypes.davidxu2007-11-211-0/+5
* Remove umtx_t definition, use type long directly, add wrapper functiondavidxu2007-11-211-1/+2
* test cancel_pending to save a thr_wake call in some specical cases.davidxu2006-12-061-1/+1
* Use kernel provided userspace condition variable to implement pthreaddavidxu2006-12-041-0/+2
* Eliminate atomic operations in thread cancellation functions, it shoulddavidxu2006-11-241-18/+11
* Replace internal usage of struct umtx with umutex which can supportsdavidxu2006-09-061-4/+4
* 1. Don't override underscore version of aio_suspend(), system(),davidxu2006-07-251-1/+107
* WARNS level 4 cleanup.davidxu2006-04-041-1/+9
* Check cancellation state carefully to see we really need to calldavidxu2006-03-261-2/+5
* Add locking support for rtld.davidxu2006-03-251-2/+3
* Refine thread suspension code, now thread suspension is a blockabledavidxu2006-01-051-17/+50
* Update copyright.davidxu2005-12-171-19/+13
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-48/+198
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-77/+0
* Make the minimum implementation of pthread_kill conform to themtm2004-03-291-0/+13
* o Since we're not using signals for thread synchronization anymore,mtm2004-03-271-30/+0
* Implement PThreads barriers and barrier attributes.mtm2004-02-191-0/+7
* Don't wake up the thread after the signal handlermtm2004-02-191-1/+1
* Fix the wrapper function around signals so that a signal handlingmtm2003-12-091-24/+44
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-2/+2
* msg2mtm2003-05-121-7/+7
* o Correct a debug message that refered to the wrong functionmtm2003-05-061-22/+19
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-1/+0
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+166
OpenPOWER on IntegriCloud