summaryrefslogtreecommitdiff
path: root/src/internal/pthread_impl.h
AgeCommit message (Expand)AuthorLines
2011-03-30optimize timer creation and possibly protect against some minor racesRich Felker-2/+0
2011-03-29major improvements to cancellation handlingRich Felker-2/+5
2011-03-29some preliminaries for adding POSIX timersRich Felker-0/+4
2011-03-28remove useless field in pthread struct (wasted a good bit of space)Rich Felker-1/+0
2011-03-17implement robust mutexesRich Felker-0/+5
2011-03-17reorder mutex struct fields to make room for pointers (upcoming robust mutexes)Rich Felker-1/+3
2011-03-17unify lock and owner fields of mutex structureRich Felker-1/+0
2011-03-10optimize pthread termination in the non-detached caseRich Felker-0/+1
2011-03-08fix and optimize non-default-type mutex behaviorRich Felker-0/+1
2011-03-07use the selected clock from the condattr for pthread_cond_timedwaitRich Felker-0/+1
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-0/+19
2011-02-15finish unifying thread register handling in preparation for portingRich Felker-8/+2
2011-02-15begin unifying clone/thread management interface in preparation for portingRich Felker-5/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+68