Searched defs:sys_futex (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/fiber/detail/ |
D | futex.hpp | 30 int sys_futex( void * addr, std::int32_t op, std::int32_t x) { in sys_futex() function
|
/third_party/mesa3d/src/util/ |
D | futex.h | 37 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex() function
|
/third_party/ltp/include/ |
D | tst_timer.h | 262 static inline int sys_futex(int *uaddr, int futex_op, int val, void *to, in sys_futex() function
|