| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -19/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -54/+0 |
* | fix typo in comment |  miod | 2013-06-04 | 1 | -2/+2 |
* | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 2013-06-01 | 1 | -2/+2 |
* | tfork_thread has been moved to libc |  guenther | 2012-03-22 | 1 | -57/+0 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 1 | -2/+2 |
* | Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-thread |  guenther | 2011-10-17 | 2 | -5/+59 |
* | A better implementation which does not use the caller's stack and thus is not |  miod | 2005-12-25 | 1 | -35/+42 |
* | add rfork_thread for alpha, from kudo takashi |  tedu | 2005-12-25 | 1 | -0/+50 |
* | copy alpha atomic_lock implementation from libpthread. |  brad | 2005-12-04 | 1 | -0/+19 |