about summary refs log tree commit diff
path: root/src/thread/pthread_barrierattr_setpshared.c
Commit message (Expand)AuthorAgeFilesLines
* reject invalid arguments to pthread_barrierattr_setpsharedRich Felker2018-08-281-0/+1
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-1/+1
* process-shared barrier support, based on discussion with bdonlanRich Felker2011-09-271-1/+1
* implement barrier attribute functions (essentially no-ops)Rich Felker2011-03-071-0/+7