Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, use | davidxu | 2006-12-20 | 1 | -0/+1 |
* | Correctly check failed syscall. | davidxu | 2006-12-12 | 1 | -10/+10 |
* | Move checking for c_has_waiters into low level _thr_ucond_signal and | davidxu | 2006-12-12 | 1 | -0/+4 |
* | Add _thr_ucond_init(). | davidxu | 2006-12-05 | 1 | -0/+6 |
* | Fix typo, I was using a wrong header file, and the typo is not detected | davidxu | 2006-12-04 | 1 | -1/+1 |
* | Use kernel provided userspace condition variable to implement pthread | davidxu | 2006-12-04 | 1 | -0/+33 |
* | o Make _thr_umutex_init a function. | davidxu | 2006-10-13 | 1 | -6/+14 |
* | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 1 | -31/+0 |
* | Add umutex APIs. | davidxu | 2006-08-28 | 1 | -0/+46 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -7/+10 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -0/+80 |