aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_condattr_setpshared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix signed left-shift overflow in pthread_condattr_setpsharedRich Felker2015-03-041-1/+1
* make pthread attribute types structs, even when they just have one field•••this change is to get the right tags for C++ ABI matching. it should have no other effects. Rich Felker2013-07-221-2/+2
* implement pthread_condattr_* interfaces•••note that, while the attributes are stored, they are not used in pthread_cond_init yet. Rich Felker2011-03-071-0/+9