summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-011-32/+0
* use rtprio_thread system call to get or set thread priority.davidxu2006-09-211-0/+66
* Add locking support for rtld.davidxu2006-03-251-2/+0
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-93/+48
* Stop using signals for synchronizing threads. The performance penaltymtm2004-03-271-16/+4
* When suspending a thread if the timeout was very short ormtm2004-01-291-0/+11
* Make it possible for the library to specify a timeout value whenmtm2003-12-301-1/+1
* Don't block SIGTRAP - it makes it hard to debug programs with gdb.dfr2003-12-261-0/+1
* Remove _giant_mutex and its associated macros.mtm2003-12-151-69/+0
* 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