glibc/sysdeps/unix/sysv/linux/x86_64
Carlos O'Donell 042e1521c7 Fix semaphore destruction (bug 12674).
This commit fixes semaphore destruction by either using 64b atomic
operations (where available), or by using two separate fields when only
32b atomic operations are available.  In the latter case, we keep a
conservative estimate of whether there are any waiting threads in one
bit of the field that counts the number of available tokens, thus
allowing sem_post to atomically both add a token and determine whether
it needs to call futex_wake.

See:
https://sourceware.org/ml/libc-alpha/2014-12/msg00155.html
2015-01-21 00:46:16 -05:00
..
64
x32
Implies
Makefile
Versions
____longjmp_chk.S
__start_context.S
arch-fork.h
brk.c
cancellation.S
clone.S
compat-timer.h
configure
configure.ac
dl-cache.h
dl-procinfo.c
dl-procinfo.h
get_clockfreq.c
getcontext.S
gettimeofday.c
init-first.c
kernel-features.h
kernel_stat.h
ldconfig.h
ldd-rewrite.sed
libc-cancellation.S
libc-lowlevellock.S
librt-cancellation.S
lowlevellock.S
lowlevellock.h
lowlevelrobustlock.S
makecontext.c
profil-counter.h
pthread_barrier_wait.S
pthread_cond_broadcast.S
pthread_cond_signal.S
pthread_cond_timedwait.S
pthread_cond_wait.S
pthread_setaffinity.c
readelflib.c
recv.c
register-dump.h
sched_getcpu.S
sched_setaffinity.c
send.c
setcontext.S
sigaction.c
sigaltstack-offsets.sym
sigcontextinfo.h
sigpending.c
sigprocmask.c
swapcontext.S
syscall.S
syscalls.list
sysconf.c
sysdep-cancel.h
sysdep.S
sysdep.h
time.c
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_settime.c
ucontext_i.sym
umount.c
vfork.S