| Commit message (Expand) | Author | Age | Files | Lines |
* | libthr: fix warnings at WARNS=6 | Eric van Gyzen | 2017-05-19 | 1 | -1/+1 |
* | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -67/+98 |
* | Use __FBSDID() for .c files from lib/libthr/thread. | Konstantin Belousov | 2016-04-08 | 1 | -3/+3 |
* | libthr: const-ify two variables | Eric van Gyzen | 2016-01-13 | 1 | -2/+3 |
* | Use clockid parameter instead of hard-coded CLOCK_REALTIME. | David Xu | 2012-03-19 | 1 | -1/+1 |
* | Some software think a mutex can be destroyed after it owned it, for | David Xu | 2012-03-18 | 1 | -7/+0 |
* | Follow changes made in revision 232144, pass absolute timeout to kernel, | David Xu | 2012-02-27 | 1 | -4/+31 |
* | In revision 231989, we pass a 16-bit clock ID into kernel, however | David Xu | 2012-02-25 | 1 | -17/+32 |
* | Use unused fourth argument of umtx_op to pass flags to kernel for operation | David Xu | 2012-02-22 | 1 | -13/+3 |
* | Check both seconds and nanoseconds are zero, only checking nanoseconds | David Xu | 2012-02-19 | 1 | -1/+1 |
* | Pass CVWAIT flags to kernel, this should handle | David Xu | 2011-11-17 | 1 | -3/+2 |
* | MFp4: | David Xu | 2010-12-22 | 1 | -0/+53 |
* | Change atfork lock from mutex to rwlock, also make mutexes used by malloc() | David Xu | 2010-09-01 | 1 | -0/+7 |
* | Add signal handler wrapper, the reason to add it becauses there are | David Xu | 2010-09-01 | 1 | -0/+39 |
* | Work-around a race condition on ia64 while unlocking a contested lock. | Marcel Moolenaar | 2009-12-14 | 1 | -0/+3 |
* | Add two commands to _umtx_op system call to allow a simple mutex to be | David Xu | 2008-06-24 | 1 | -10/+60 |
* | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | David Xu | 2008-04-29 | 1 | -5/+6 |
* | Replace function _umtx_op with _umtx_op_err, the later function directly | David Xu | 2008-04-02 | 1 | -48/+28 |
* | Replace userland rwlock with a pure kernel based rwlock, the new | David Xu | 2008-04-02 | 1 | -0/+24 |
* | Remove umtx_t definition, use type long directly, add wrapper function | David Xu | 2007-11-21 | 1 | -2/+14 |
* | backout experimental adaptive spinning mutex for product use. | David Xu | 2007-05-09 | 1 | -1/+0 |
* | Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, use | David Xu | 2006-12-20 | 1 | -0/+1 |
* | Correctly check failed syscall. | David Xu | 2006-12-12 | 1 | -10/+10 |
* | Move checking for c_has_waiters into low level _thr_ucond_signal and | David Xu | 2006-12-12 | 1 | -0/+4 |
* | Add _thr_ucond_init(). | David Xu | 2006-12-05 | 1 | -0/+6 |
* | Fix typo, I was using a wrong header file, and the typo is not detected | David Xu | 2006-12-04 | 1 | -1/+1 |
* | Use kernel provided userspace condition variable to implement pthread | David Xu | 2006-12-04 | 1 | -0/+33 |
* | o Make _thr_umutex_init a function. | David Xu | 2006-10-13 | 1 | -6/+14 |
* | Replace internal usage of struct umtx with umutex which can supports | David Xu | 2006-09-06 | 1 | -31/+0 |
* | Add umutex APIs. | David Xu | 2006-08-28 | 1 | -0/+46 |
* | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -7/+10 |
* | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -0/+80 |