summaryrefslogtreecommitdiff
path: root/pthread.c
AgeCommit message (Collapse)AuthorLines
2011-09-26add pthread_cond_broadcast testRich Felker-1/+20
2011-09-22new pthread cond var test for multiple waitersRich Felker-1/+42
2011-09-04fix pthread test: cannot use barriers with async cancellation enabled!Rich Felker-3/+6
actually, sem_post is not specified as being async-canel-safe either, but it's required to be async-signal-safe, and if it did anything unsafe after upping the semaphore value, there's no way it could be async-signal-safe...
2011-09-04fix invalid test: pthread_exit in cancellation handler is UBRich Felker-2/+1
2011-04-17test nested cancellation handlersRich Felker-1/+43
2011-04-01more CANCELED spellingRich Felker-2/+2
2011-04-01spelling error in CANCELEDRich Felker-3/+3
actually either is correct linguistically, but for the constant it must have just a single L
2011-03-28primitive condition var testRich Felker-0/+21
2011-03-19initial check-in, taken from old libc svn repo with significant additionsRich Felker-0/+161