summaryrefslogtreecommitdiff
path: root/lib/librthread/arch/alpha
AgeCommit message (Expand)Author
2013-06-04fix typo in commentMiod Vallat
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2012-03-22tfork_thread has been moved to libcPhilip Guenthe
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2011-10-17Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadPhilip Guenthe
2005-12-25A better implementation which does not use the caller's stack and thus is notMiod Vallat
2005-12-25add rfork_thread for alpha, from kudo takashiTed Unangst
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith