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

/external/linux-kselftest/tools/testing/selftests/futex/include/
H A Dfutextest.h78 * futex_wait() - block on uaddr with optional timeout
82 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) function
/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutextest.h109 * futex_wait() - block on uaddr with optional timeout
113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) function
/external/mesa3d/src/intel/vulkan/
H A Danv_allocator.c127 futex_wait(uint32_t *addr, int32_t value) function
515 * get block indexes above the current limit and hit futex_wait
525 futex_wait(&pool_state->end, state.end);
630 futex_wait(&pool->block.end, block.end);

Completed in 167 milliseconds