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