aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_list.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* libthr: fix warnings from GCC when WARNS=6Eric van Gyzen2017-05-231-1/+1
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Make code more stable by checking NULL pointers.David Xu2012-02-111-2/+6
* Plug a memory leak. When a cached thread is reused, don't clear sleepDavid Xu2012-02-071-6/+10
* MFp4:David Xu2010-12-221-0/+4
* Convert thread list lock from mutex to rwlock.David Xu2010-09-131-36/+41
* Eliminate atomic operations in thread cancellation functions, it shouldDavid Xu2006-11-241-1/+3
* Replace internal usage of struct umtx with umutex which can supportsDavid Xu2006-09-061-5/+5
* Unexpand two TAILQ_FOREACH_SAFE cases.Xin LI2006-07-171-2/+1
* WARNS level 4 cleanup.David Xu2006-04-041-2/+3
* set an upper limit for thread structures which can be allocated.David Xu2006-03-241-1/+12
* Now, thread name is stored in kernel, userland no longer has to keep it.David Xu2006-02-051-4/+1
* Refine thread suspension code, now thread suspension is a blockableDavid Xu2006-01-051-7/+10
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu2005-04-121-1/+1
* Adjust hash function for smaller pthread structure size.David Xu2005-04-071-1/+1
* Remove unique id field which is no longer used by debugger.David Xu2005-04-061-13/+2
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-0/+342