summaryrefslogtreecommitdiff
path: root/src/internal/pthread_impl.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-26redo cond vars again, use sequence numbersRich Felker1-3/+3
2011-09-25new futex-requeue-based pthread_cond_broadcast implementationRich Felker1-3/+6
2011-09-22fix deadlock in condition wait whenever there are multiple waitersRich Felker1-0/+1
2011-09-18overhaul clone syscall wrappingRich Felker1-2/+1
2011-08-12pthread and synccall cleanup, new __synccall_wait opRich Felker1-0/+1
2011-08-03overhaul rwlocks to address several issuesRich Felker1-4/+2
2011-08-02unify and overhaul timed futex waitsRich Felker1-2/+1
2011-07-30add proper fuxed-based locking for stdioRich Felker1-0/+2
2011-07-29new attempt at making set*id() safe and robustRich Felker1-3/+3
2011-06-14fix race condition in pthread_killRich Felker1-0/+1
2011-06-13fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)Rich Felker1-1/+1
2011-05-30implement uselocale function (minimal)Rich Felker1-0/+2
2011-05-07optimize compound-literal sigset_t's not to contain useless hurd bitsRich Felker1-2/+4
2011-05-07overhaul implementation-internal signal protectionsRich Felker1-3/+6
2011-05-06completely new barrier implementation, addressing major correctness issuesRich Felker1-4/+4
2011-04-17overhaul pthread cancellationRich Felker1-1/+3
2011-04-14use a separate signal from SIGCANCEL for SIGEV_THREAD timersRich Felker1-0/+1
2011-04-09greatly improve SIGEV_THREAD timersRich Felker1-0/+1
2011-04-06move rsyscall out of pthread_create moduleRich Felker1-0/+3
2011-03-30optimize timer creation and possibly protect against some minor racesRich Felker1-2/+0
2011-03-29major improvements to cancellation handlingRich Felker1-2/+5
2011-03-29some preliminaries for adding POSIX timersRich Felker1-0/+4
2011-03-28remove useless field in pthread struct (wasted a good bit of space)Rich Felker1-1/+0
2011-03-17implement robust mutexesRich Felker1-0/+5
2011-03-17reorder mutex struct fields to make room for pointers (upcoming robust mutexes)Rich Felker1-1/+3
2011-03-17unify lock and owner fields of mutex structureRich Felker1-1/+0
2011-03-10optimize pthread termination in the non-detached caseRich Felker1-0/+1
2011-03-08fix and optimize non-default-type mutex behaviorRich Felker1-0/+1
2011-03-07use the selected clock from the condattr for pthread_cond_timedwaitRich Felker1-0/+1
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker1-0/+19
2011-02-15finish unifying thread register handling in preparation for portingRich Felker1-8/+2
2011-02-15begin unifying clone/thread management interface in preparation for portingRich Felker1-5/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+68