index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
pthread_mutex_timedlock.c
Age
Commit message (
Expand
)
Author
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-09-23
Use C11 atomics instead of atomic_and/or
Wilco Dijkstra
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-11-15
Move assignment out of the CAS condition
H.J. Lu
2021-11-12
Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]
H.J. Lu
2021-10-01
nptl: Add CLOCK_MONOTONIC support for PI mutexes
Adhemerval Zanella
2021-10-01
nptl: Use FUTEX_LOCK_PI2 when available
Adhemerval Zanella
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-07-07
nptl: Reduce the GLIBC_PRIVATE ABI
Florian Weimer
2021-06-15
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-05-03
nptl: Move mtx_timedlock into libc
Florian Weimer
2021-04-23
nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libc
Florian Weimer
2021-02-23
nptl: Move elision implementations into libc
Florian Weimer
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-11-27
nptl: Add EOVERFLOW checks for futex calls
Adhemerval Zanella
2020-11-27
nptl: Fix PTHREAD_PRIO_PROTECT timed lock
Adhemerval Zanella
2020-11-25
nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...
Adhemerval Zanella
2020-11-25
nptl: Replace lll_futex_supported_clockid with futex-internal.h
Adhemerval Zanella
2020-11-25
nptl: Replace lll_futex_{timed_}wait by futex-internal.h
Adhemerval Zanella
2020-11-25
nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64
Adhemerval Zanella
2020-11-25
nptl: Remove _futex_clock_wait_bitset64
Adhemerval Zanella
2020-11-13
nptl: Eliminate <smp.h> and __is_smp
Florian Weimer
2020-10-21
y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitset
Lukasz Majewski
2020-10-15
y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit
Lukasz Majewski
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-10-31
Refactor PI mutexes internal definitions
Adhemerval Zanella
2019-10-31
nptl: Replace non cancellable pause/nanosleep with futex
Adhemerval Zanella
2019-10-30
Change most internal uses of __gettimeofday to __clock_gettime.
Zack Weinberg
2019-10-27
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-07-12
nptl: Add POSIX-proposed pthread_mutex_clocklock
Mike Crowe
2019-07-12
nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter
Mike Crowe
2019-07-12
nptl: Add clockid parameter to futex timed wait calls
Mike Crowe
2019-03-05
nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
Adhemerval Zanella
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-12-01
Mutex: Add pthread mutex tunables
Kemi Wang
2018-10-17
Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...
Stefan Liebler
2018-06-12
Fix fallback path in __pthread_mutex_timedlock ().
Carlos O'Donell
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-08-22
Consolidate non cancellable nanosleep call
Adhemerval Zanella
2017-07-29
mutex: Fix robust mutex lock acquire (Bug 21778)
Carlos O'Donell
2017-06-23
Clean pthread functions namespaces for C11 threads
Adhemerval Zanella
2017-01-13
Add compiler barriers around modifications of the robust mutex list.
Torvald Riegel
2017-01-13
robust mutexes: Fix broken x86 assembly by removing it
Torvald Riegel
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-12-19
Robust mutexes: Fix lost wake-up.
Torvald Riegel
2016-01-25
Don't do lock elision on an error checking mutex (bug 17514)
Andreas Schwab
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-10-20
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
[next]