/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wake04.c | 116 futex_wait(futex1, *futex1, &to, 0); in wait_thread1() 125 res = futex_wait(futex2, *futex2, &to, 0); in wait_thread2()
|
D | futex_wait05.c | 35 TEST(futex_wait(&futex, futex, &to, 0)); in sample_fn()
|
D | futex_wait04.c | 45 res = futex_wait(buf, 1, &to, 0); in verify_futex_wait()
|
D | futex_wait02.c | 69 res = futex_wait(futex, *futex, NULL, 0); in verify_futex_wait()
|
D | futex_wait03.c | 59 res = futex_wait(&futex, futex, NULL, FUTEX_PRIVATE_FLAG); in verify_futex_wait()
|
D | futex_wait01.c | 59 res = futex_wait(tc->f_addr, tc->f_val, &to, tc->opflags); in verify_futex_wait()
|
D | futex_wake03.c | 37 futex_wait(futex, *futex, NULL, 0); in do_child()
|
D | futex_wake02.c | 63 futex_wait(&futex, futex, NULL, FUTEX_PRIVATE_FLAG); in threaded()
|
D | futextest.h | 113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
/external/mesa3d/src/util/ |
D | futex.h | 46 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
|
D | simple_mtx.h | 86 futex_wait(&mtx->val, 2, NULL); in simple_mtx_lock()
|
D | u_queue.c | 114 int r = futex_wait(&fence->val, 2, timeout ? &ts : NULL); in do_futex_fence_wait()
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_wait_wouldblock.c | 72 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in main()
|
D | futex_wait_timeout.c | 81 res = futex_wait(&f1, f1, &to, FUTEX_PRIVATE_FLAG); in main()
|
D | futex_wait_uninitialized_heap.c | 60 res = futex_wait(buf, 1, NULL, 0); in wait_thread()
|
D | futex_requeue_pi_mismatched_ops.c | 50 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
|
D | futex_wait_private_mapped_file.c | 61 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
|
D | futex_requeue_pi.c | 269 args->ret = futex_wait(&wake_complete, wake_complete, NULL, in third_party_blocker()
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 177 | 94 [ 70.763182] ? futex_wait+0x402/0x990 100 [ 70.789232] ? futex_wait+0x69e/0x990
|
D | 141 | 57 [ 115.147178] ? futex_wait+0x6a9/0x9a0
|
D | 4 | 56 [ 56.223894] ? futex_wait+0x6cf/0xa00
|
D | 227 | 57 [ 24.065745] ? futex_wait+0x6a9/0x9a0
|
D | 194 | 220 [ 26.820146] ? futex_wait+0x6a9/0x9a0
|
/external/linux-kselftest/tools/testing/selftests/futex/include/ |
D | futextest.h | 82 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 572 futex_wait(&pool_state->end, state.end, NULL); in anv_block_pool_alloc_new() 671 futex_wait(&pool->block.end, block.end, NULL); in anv_fixed_size_state_pool_alloc_new()
|