about summary refs log tree commit diff
path: root/src/thread/pthread_barrier_init.c
Commit message (Expand)AuthorAgeFilesLines
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* process-shared barrier support, based on discussion with bdonlanRich Felker2011-09-271-2/+2
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+8