about summary refs log tree commit diff
path: root/sysdeps/nptl/futex-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella2021-10-011-54/+4
* linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella2021-06-221-8/+16
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski2020-12-041-61/+0
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-011-4/+3
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-301-2/+4
* nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-5/+2
* nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2020-11-251-5/+0
* nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2020-11-251-3/+11
* nptl: Remove clockwait_tidAdhemerval Zanella2020-11-251-49/+0
* nptl: Remove futex_wait_cancelableAdhemerval Zanella2020-11-251-29/+0
* nptl: Remove unused internal futex functionsAdhemerval Zanella2020-11-251-98/+0
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-0/+1
* y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2020-10-211-0/+5
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-151-2/+70
* Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2020-10-041-0/+6
* nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski2020-09-301-4/+4
* y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-021-0/+10
* y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski2020-08-131-0/+52
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-311-0/+86
* Consolidate futex-internal.hAdhemerval Zanella2019-10-311-15/+196
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-121-8/+1
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-121-1/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-101-0/+203