Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and | 2017-09-05 | 1 | -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.c | 2011-12-21 | 1 | -0/+32 | |
to new files rthread_rwlock.c, rthread_rwlockattr.c, and rthread_once.c |