summaryrefslogtreecommitdiff
path: root/nptl/sem_waitcommon.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-07-10Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell