mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME
Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME instead of computing
This commit is contained in:
parent
19834b42f6
commit
a9fa090b02
@ -4,7 +4,7 @@
|
||||
only passing five parameters to FUTEX_WAIT_BITSET call.
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
|
||||
(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME
|
||||
(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME
|
||||
instead of computing relative timeout.
|
||||
|
||||
2009-01-02 Ulrich Drepper <drepper@redhat.com>
|
||||
@ -12,7 +12,7 @@
|
||||
* init.c (__pthread_initialize_minimal_internal): Check for
|
||||
FUTEX_CLOCK_REALTIME flag.
|
||||
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):
|
||||
Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of computing
|
||||
Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME instead of computing
|
||||
relative timeout.
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Define
|
||||
|
Loading…
Reference in New Issue
Block a user