summaryrefslogtreecommitdiff
path: root/src/thread/pthread_barrierattr_setpshared.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-28reject invalid arguments to pthread_barrierattr_setpsharedRich Felker1-0/+1
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker1-1/+1
2011-09-27process-shared barrier support, based on discussion with bdonlanRich Felker1-1/+1
2011-03-07implement barrier attribute functions (essentially no-ops)Rich Felker1-0/+7