summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Don't hold the active thread list lock when signaling the gc thread.Mike Makonnen2003-05-291-11/+13
* Minimize the potential for deadlocks between an exiting thread and it'sMike Makonnen2003-05-271-2/+18
* Start locking up the active and dead threads lists. The active threadsMike Makonnen2003-05-251-30/+26
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-0/+3
* note to self: do not confuse void* with int.Mike Makonnen2003-05-231-1/+1
* When a thread exits it does not return from the kernel unless itMike Makonnen2003-05-211-0/+4
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-3/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+186