summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Implement reference counting of read-write locks. This usesmtm2004-01-191-0/+6
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.mtm2003-07-061-2/+2
* Sweep through pthread locking and use the new locking primitives formtm2003-06-291-2/+2
* Don't hold the active thread list lock when signaling the gc thread.mtm2003-05-291-11/+13
* Minimize the potential for deadlocks between an exiting thread and it'smtm2003-05-271-2/+18
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-251-30/+26
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-0/+3
* note to self: do not confuse void* with int.mtm2003-05-231-1/+1
* When a thread exits it does not return from the kernel unless itmtm2003-05-211-0/+4
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-3/+0
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+186
OpenPOWER on IntegriCloud