summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/mips64/rfork_thread.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tfork_thread has been moved to libcguenther2012-03-221-80/+0
|
* Allow librthread to build on mips64.miod2012-02-171-11/+12
|
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-2/+2
| | | | | | | | | | | | | particularly the "consume the signal you just sent" hang, and putting the wait queues in userspace. Do cancellation handling in pthread_cond_*wait(), pthread_join(), and sem_wait(). Add __ prefix to thr{sleep,wakeup,exit,sigdivert}() syscalls; add 'abort" argument to thrsleep to close cancellation race; make thr{sleep,wakeup} return errno values via *retval to avoid touching userspace errno.
* Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadguenther2011-10-171-6/+6
| | | | | errno. The ASM bits for _cerror are sketchy or missing for some archs but that can be corrected in-tree.
* mips64 support code for librthread (_atomic_lock yanked from existingmiod2005-12-241-0/+79
libpthread code).