aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/futex-internal.h
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella
2021-02-22nptl: Move futex-internal into libcFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella
2019-10-31Consolidate futex-internal.hAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel