summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_list.c
Commit message (Expand)AuthorAgeFilesLines
* Make code more stable by checking NULL pointers.davidxu2012-02-111-2/+6
* Plug a memory leak. When a cached thread is reused, don't clear sleepdavidxu2012-02-071-6/+10
* MFp4:davidxu2010-12-221-0/+4
* Convert thread list lock from mutex to rwlock.davidxu2010-09-131-36/+41
* Eliminate atomic operations in thread cancellation functions, it shoulddavidxu2006-11-241-1/+3
* Replace internal usage of struct umtx with umutex which can supportsdavidxu2006-09-061-5/+5
* Unexpand two TAILQ_FOREACH_SAFE cases.delphij2006-07-171-2/+1
* WARNS level 4 cleanup.davidxu2006-04-041-2/+3
* set an upper limit for thread structures which can be allocated.davidxu2006-03-241-1/+12
* Now, thread name is stored in kernel, userland no longer has to keep it.davidxu2006-02-051-4/+1
* Refine thread suspension code, now thread suspension is a blockabledavidxu2006-01-051-7/+10
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-121-1/+1
* Adjust hash function for smaller pthread structure size.davidxu2005-04-071-1/+1
* Remove unique id field which is no longer used by debugger.davidxu2005-04-061-13/+2
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-0/+342
OpenPOWER on IntegriCloud