summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-19/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-54/+0
* fix typo in commentmiod2013-06-041-2/+2
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-2/+2
* tfork_thread has been moved to libcguenther2012-03-221-57/+0
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-2/+2
* Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadguenther2011-10-172-5/+59
* A better implementation which does not use the caller's stack and thus is notmiod2005-12-251-35/+42
* add rfork_thread for alpha, from kudo takashitedu2005-12-251-0/+50
* copy alpha atomic_lock implementation from libpthread.brad2005-12-041-0/+19