Home
last modified time | relevance | path

Searched refs:futex (Results 1 – 25 of 45) sorted by relevance

12

/external/valgrind/coregrind/m_scheduler/
Dticket-lock-linux.c61 volatile unsigned futex[TL_FUTEX_COUNT]; member
83 vg_assert(sizeof(p->futex[0]) == 4); in create_sched_lock()
88 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&p->futex, sizeof(p->futex), "")); in create_sched_lock()
117 volatile unsigned *futex; in acquire_sched_lock() local
121 futex = &p->futex[ticket & TL_FUTEX_MASK]; in acquire_sched_lock()
126 futex_value = *futex; in acquire_sched_lock()
133 VG_(gettid)(), ticket, (long)(futex - p->futex), in acquire_sched_lock()
135 sres = VG_(do_syscall3)(__NR_futex, (UWord)futex, in acquire_sched_lock()
161 volatile unsigned *futex; in release_sched_lock() local
169 futex = &p->futex[wakeup_ticket & TL_FUTEX_MASK]; in release_sched_lock()
[all …]
/external/tlsdate/
Dtlsdate-seccomp-x86.policy42 futex: 1
Dtlsdate-seccomp-arm.policy47 futex: 1
Dtlsdate-seccomp-amd64.policy45 futex: 1
/external/strace/
Dfutex.c48 SYS_FUNC(futex) in SYS_FUNC() argument
DAndroid.mk77 futex.c \
Dsys_func.h64 extern SYS_FUNC(futex);
/external/valgrind/drd/scripts/
Ddownload-and-build-gcc62 --disable-linux-futex \
/external/strace/linux/32/
Dsyscallent.h106 [ 98] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/64/
Dsyscallent.h99 [ 98] = { 6, 0, SEN(futex), "futex" },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc473 internal_syscall(SYSCALL(futex), (uptr)m, FUTEX_WAIT, MtxSleeping, 0, 0, 0); in Lock()
486 internal_syscall(SYSCALL(futex), (uptr)m, FUTEX_WAKE, 1, 0, 0, 0); in Unlock()
/external/strace/linux/s390x/
Dsyscallent.h253 [238] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/avr32/
Dsyscallent.h220 [192] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/mips/
Dsyscallent-n32.h197 [6194] = { 6, 0, SEN(futex), "futex" },
Dsyscallent-n64.h197 [5194] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/xtensa/
Dsyscallent.h186 [191] = { 5, 0, SEN(futex), "futex" },
/external/strace/linux/x86_64/
Dsyscallent.h203 [202] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/ia64/
Dsyscallent.h249 [1230] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/s390/
Dsyscallent.h269 [238] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/sparc/
Dsyscallent.h143 [142] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/hppa/
Dsyscallent.h215 [210] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/powerpc64/
Dsyscallent.h245 [221] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/i386/
Dsyscallent.h268 [240] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/m68k/
Dsyscallent.h263 [235] = { 6, 0, SEN(futex), "futex" },
/external/strace/linux/x32/
Dsyscallent.h203 [202] = { 6, 0, SEN(futex), "futex" },

12