mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
5a8075b116
private futexes are available. * allocatestack.c (allocate_stack): Copy private_futex field from current thread into the new stack. * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Use private futexes if they are available. * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Likewise * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Adjust so that change in libc-lowlevellock.S allow using private futexes. * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Define FUTEX_PRIVATE_FLAG. * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Use private futexes if they are available. * sysdeps/unix/sysv/linux/i386/pthread_once.S: Likewise. * sysdeps/x86_64/tcb-offsets.sym: Add PRIVATE_FUTEX. * sysdeps/i386/tcb-offsets.sym: Likewise. * sysdeps/x86_64/tls.h (tcbhead_t): Add private_futex field. * sysdeps/i386/tls.h (tcbhead_t): Likewise. |
||
---|---|---|
.. | ||
alpha | ||
bits | ||
i386 | ||
ia64 | ||
powerpc | ||
s390 | ||
sh | ||
sparc | ||
x86_64 | ||
aio_misc.h | ||
allocrtsig.c | ||
createthread.c | ||
fork.c | ||
fork.h | ||
getpid.c | ||
Implies | ||
internaltypes.h | ||
jmp-unwind.c | ||
kernel-posix-timers.h | ||
libc_multiple_threads.c | ||
libc_pthread_init.c | ||
libc-lowlevellock.c | ||
lowlevelbarrier.sym | ||
lowlevelcond.sym | ||
lowlevellock.c | ||
lowlevelrobustlock.c | ||
lowlevelrobustlock.sym | ||
lowlevelrwlock.sym | ||
Makefile | ||
mq_notify.c | ||
pt-fork.c | ||
pt-raise.c | ||
pthread_attr_getaffinity.c | ||
pthread_attr_setaffinity.c | ||
pthread_getaffinity.c | ||
pthread_getcpuclockid.c | ||
pthread_kill.c | ||
pthread_mutex_cond_lock.c | ||
pthread_setaffinity.c | ||
pthread_yield.c | ||
pthread-pi-defines.sym | ||
raise.c | ||
register-atfork.c | ||
rtld-lowlevel.h | ||
sem_post.c | ||
sem_timedwait.c | ||
sem_trywait.c | ||
sem_wait.c | ||
sigtimedwait.c | ||
sigwait.c | ||
sigwaitinfo.c | ||
sleep.c | ||
smp.h | ||
timer_create.c | ||
timer_delete.c | ||
timer_getoverr.c | ||
timer_gettime.c | ||
timer_routines.c | ||
timer_settime.c | ||
unregister-atfork.c | ||
unwindbuf.sym | ||
Versions |