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