unify the use of FUTEX_PRIVATE
authorJens Gustedt <Jens.Gustedt@inria.fr>
Sat, 24 Jun 2017 08:18:05 +0000 (10:18 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 4 Jul 2017 21:12:52 +0000 (17:12 -0400)
commitd906fa3118c888227d858b6d642a09e055eca2b4
tree9448107ecf485b113c32ac676a482c2c8891d08e
parent60ab365cae24063b0f21821860ca16fb63e81f81
unify the use of FUTEX_PRIVATE

The flag 1<<7 is used in several places for different purposes that are
not always easy to distinguish. Mark those usages that correspond to the
flag that is used by the kernel for futexes.
src/internal/pthread_impl.h
src/thread/__timedwait.c
src/thread/pthread_barrier_wait.c
src/thread/pthread_cond_timedwait.c