summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_once.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-32/+0
| | | | | | | | 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@
* Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.cguenther2011-12-211-0/+32
to new files rthread_rwlock.c, rthread_rwlockattr.c, and rthread_once.c