aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_detach.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-3/+3
* Convert thread list lock from mutex to rwlock.David Xu2010-09-131-8/+4
* WARNS level 4 cleanup.David Xu2006-04-041-0/+2
* Update copyright.David Xu2005-12-171-19/+15
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-30/+21
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-9/+12
* o If a thread is marked as detached AND on the dead threads listMike Makonnen2004-03-291-3/+3
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.Mike Makonnen2003-07-061-3/+3
* Sweep through pthread locking and use the new locking primitives forMike Makonnen2003-06-291-3/+3
* Unwind the _giant_mutex from pthread_detach(). When detaching a joiner threadMike Makonnen2003-06-021-8/+8
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-0/+1
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-4/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+82