summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_umtx.c
Commit message (Expand)AuthorAgeFilesLines
* Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, usedavidxu2006-12-201-0/+1
* Correctly check failed syscall.davidxu2006-12-121-10/+10
* Move checking for c_has_waiters into low level _thr_ucond_signal anddavidxu2006-12-121-0/+4
* Add _thr_ucond_init().davidxu2006-12-051-0/+6
* Fix typo, I was using a wrong header file, and the typo is not detecteddavidxu2006-12-041-1/+1
* Use kernel provided userspace condition variable to implement pthreaddavidxu2006-12-041-0/+33
* o Make _thr_umutex_init a function.davidxu2006-10-131-6/+14
* Replace internal usage of struct umtx with umutex which can supportsdavidxu2006-09-061-31/+0
* Add umutex APIs.davidxu2006-08-281-0/+46
* WARNS level 4 cleanup.davidxu2006-04-041-7/+10
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-0/+80
OpenPOWER on IntegriCloud