summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread/rthread_tls.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-6/+14
| | | | | | | | pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread. Requested by libressl team. Ports testing by naddy@ ok kettenis@
* s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadguenther2017-08-151-4/+4
| | | | and libc
* Sort headers per style(9)guenther2017-08-151-3/+2
|
* Copy files from ../librthread in preparation for moving functionalityguenther2017-08-151-0/+185
from libpthread to libc. No changes to the build yet, just making it easier to review the substantive diffs. ok beck@ kettenis@ tedu@