Home
last modified time | relevance | path

Searched refs:SYS_futex (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex-inl.h31 #ifndef SYS_futex
32 #define SYS_futex __NR_futex macro
43 return syscall(SYS_futex, uaddr, op, val, timeout, uaddr2, val3); in futex()
/art/runtime/
Dthread_list.cc55 #ifndef SYS_futex
56 #define SYS_futex __NR_futex macro
Dthread.cc118 #ifndef SYS_futex
119 #define SYS_futex __NR_futex macro