Searched defs:SYS_futex (Results 1 - 3 of 3) sorted by relevance

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

Completed in 110 milliseconds