summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_kern.c
Commit message (Expand)AuthorAgeFilesLines
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedmtm2003-07-081-0/+3
* 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
* In a critical section, separate the aquisition of the thread lockmtm2003-06-291-16/+24
* Make _thread_suspend work with both the old broken sigtimedwaitjdp2003-06-291-11/+2
* The libthr code makes use of higher-level primitives (pthread_mutex_t andmtm2003-05-251-0/+13
* EDOOFUSmtm2003-05-231-10/+2
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-1/+1
* msg1mtm2003-05-121-0/+50
* Use STDERR_FILENO as the file descriptor passed to _thread_printf()marcel2003-04-201-4/+7
* - Don't drop and reacquire giant in thread_suspend(). Change callers to dojeff2003-04-011-38/+4
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+188
OpenPOWER on IntegriCloud