summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread/rthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add memory barriers to libc's _spinlock() to make the mechanismvisa2018-05-131-2/+11
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-051-1/+2
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-4/+8
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-8/+4
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-568/+32
* s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadguenther2017-08-151-4/+4
* Sort headers per style(9)guenther2017-08-151-7/+6
* Copy files from ../librthread in preparation for moving functionalityguenther2017-08-151-0/+692