summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-121-1/+3
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-118/+36
* 1. Now that it's a thread's state is changed from within the kernel, wheremtm2004-10-131-1/+2
* Remove a reference to a non-existent syscall: _thr_exit(). Themtm2004-10-081-4/+1
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-061-3/+2
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-29/+12
* Remove the garbage collector thread. All resources are freedmtm2004-03-281-10/+38
* 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