summaryrefslogtreecommitdiff
path: root/src/thread/pthread_cond_timedwait.c
AgeCommit message (Expand)AuthorLines
2011-04-17overhaul pthread cancellationRich Felker-7/+4
2011-04-06major semaphore improvements (performance and correctness)Rich Felker-1/+2
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker-4/+6
2011-03-07use the selected clock from the condattr for pthread_cond_timedwaitRich Felker-1/+1
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+26