about summary refs log tree commit diff
path: root/src/thread/pthread_condattr_setclock.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.