aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_condattr_setclock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-2/+2
| | | | | this change is to get the right tags for C++ ABI matching. it should have no other effects.
* disallow cpu time clocks as condattr clock valuesRich Felker2011-03-081-1/+1
|
* implement pthread_condattr_* interfacesRich Felker2011-03-071-0/+9
note that, while the attributes are stored, they are not used in pthread_cond_init yet.