Home
last modified time | relevance | path

Searched refs:sys_futex (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/util/
Dfutex.h36 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex() function
43 return sys_futex(addr, FUTEX_WAKE, count, NULL, NULL, 0); in futex_wake()
50 return sys_futex(addr, FUTEX_WAIT_BITSET, value, timeout, NULL, in futex_wait()
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c251 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex() function
289 sys_futex(m, flags, 2, NULL, NULL, 0); in mutex_lock()
307 sys_futex(m, flags, 1, NULL, NULL, 0); in mutex_unlock()
/external/syzkaller/pkg/report/testdata/linux/report/
D24345 [<801a7bc8>] (do_futex) from [<801a87e8>] (sys_futex+0x164/0x1d8)
46 [<801a87e8>] (sys_futex) from [<80101000>] (ret_fast_syscall+0x0/0x54)
/external/bcc/tools/
Dpythoncalls_example.txt41 sys_futex 177
Dperlcalls_example.txt41 sys_futex 177
Drubycalls_example.txt41 sys_futex 177
Djavacalls_example.txt41 sys_futex 177
Dtclcalls_example.txt41 sys_futex 177
Dphpcalls_example.txt41 sys_futex 177
Dtrace_example.txt73 # trace.py -U -a 'r::sys_futex "%d", retval'
75 793922 793951 poller sys_futex 0
/external/bcc/tools/lib/
Ducalls_example.txt41 sys_futex 177
/external/syzkaller/pkg/report/testdata/gvisor/report/
D720 pkg/sentry/syscalls/linux/sys_futex.go:255 +0x336
127 pkg/sentry/syscalls/linux/sys_futex.go:255 +0x336
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h313 __SC_COMP(__NR_futex, sys_futex, compat_sys_futex)
/external/strace/
DChangeLog-CVS254 * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5.
618 (sys_futex): Handle FUTEX_WAIT_BITSET correctly.
1258 [LINUX] (sys_futex): Use them.
2714 * linux/sparc/syscall.h (sys_sendfile64, sys_futex, sys_gettid,
3271 * process.c [LINUX] (sys_futex): Grok FUTEX_REQUEUE and print 5th arg.
3272 * linux/syscallent.h: sys_futex argument count is now 5, not 4.
3471 * process.c [LINUX] (sys_futex): Omit final if op is not FUTEX_WAIT.
3950 * process.c: Add sys_futex, sys_*affinity.
DChangeLog35943 * futex.c (sys_futex): Use print_timespec instead of printtv.
37530 * futex.c (sys_futex): Use switch statement. Use printaddr.
41981 * process.c: Move sys_futex and related code to futex.c.
53042 (sys_futex): Decode FUTEX_CMP_REQUEUE_PI and