aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/futex-internal.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella1-8/+16
2021-02-22nptl: Move futex-internal into libcFlorian Weimer1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski1-61/+0
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes1-4/+3
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-2/+4
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella1-5/+2
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella1-5/+0
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella1-3/+11
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella1-49/+0
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella1-29/+0
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella1-98/+0
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski1-0/+5
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski1-2/+70
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski1-0/+6
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski1-4/+4
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski1-0/+10
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-0/+52
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella1-0/+86
2019-10-31Consolidate futex-internal.hAdhemerval Zanella1-15/+196
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe1-8/+1
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe1-1/+8
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-0/+203