summaryrefslogtreecommitdiffstats
path: root/lib/libc/thread/rthread_mutex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KNF.mpi2019-02-131-2/+2
| | | | Pointed out by pirofti@ while reviewing my rwlock impl. based on this one.
* Remove unused <assert.h> header.mpi2019-01-291-2/+1
|
* s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadguenther2017-08-151-5/+5
| | | | and libc
* Sort headers per style(9)guenther2017-08-151-4/+3
|
* Copy files from ../librthread in preparation for moving functionalityguenther2017-08-151-0/+288
from libpthread to libc. No changes to the build yet, just making it easier to review the substantive diffs. ok beck@ kettenis@ tedu@