about summary refs log tree commit diff
path: root/src/internal/pthread_impl.h
Commit message (Expand)AuthorAgeFilesLines
* optimize timer creation and possibly protect against some minor racesRich Felker2011-03-301-2/+0
* major improvements to cancellation handlingRich Felker2011-03-291-2/+5
* some preliminaries for adding POSIX timersRich Felker2011-03-291-0/+4
* remove useless field in pthread struct (wasted a good bit of space)Rich Felker2011-03-281-1/+0
* implement robust mutexesRich Felker2011-03-171-0/+5
* reorder mutex struct fields to make room for pointers (upcoming robust mutexes)Rich Felker2011-03-171-1/+3
* unify lock and owner fields of mutex structureRich Felker2011-03-171-1/+0
* optimize pthread termination in the non-detached caseRich Felker2011-03-101-0/+1
* fix and optimize non-default-type mutex behaviorRich Felker2011-03-081-0/+1
* use the selected clock from the condattr for pthread_cond_timedwaitRich Felker2011-03-071-0/+1
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-0/+19
* finish unifying thread register handling in preparation for portingRich Felker2011-02-151-8/+2
* begin unifying clone/thread management interface in preparation for portingRich Felker2011-02-151-5/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+68