/third_party/mesa3d/src/util/ |
D | futex.h | 47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function 71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function 101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
|
D | simple_mtx.h | 106 futex_wait(&mtx->val, 2, NULL); in simple_mtx_lock()
|
D | u_queue.c | 127 int r = futex_wait(&fence->val, 2, timeout ? &ts : NULL); in do_futex_fence_wait()
|
/third_party/boost/boost/fiber/detail/ |
D | futex.hpp | 40 int futex_wait( std::atomic< std::int32_t > * addr, std::int32_t x) { in futex_wait() function 51 int futex_wait( std::atomic< std::int32_t > * addr, std::int32_t x) {
|
D | spinlock_ttas_futex.hpp | 107 futex_wait( & value_, 2); in lock()
|
D | spinlock_ttas_adaptive_futex.hpp | 114 futex_wait( & value_, 2); in lock()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wake04.c | 66 futex_wait(tv->fntype, futex1, *futex1, &to, 0); in wait_thread1() 77 res = futex_wait(tv->fntype, futex2, *futex2, &to, 0); in wait_thread2()
|
D | futex_wait04.c | 37 res = futex_wait(tv->fntype, buf, 1, &to, 0); in run()
|
D | futex_wait03.c | 48 res = futex_wait(tv->fntype, &futex, futex, NULL, FUTEX_PRIVATE_FLAG); in run()
|
D | futex_wait02.c | 52 res = futex_wait(tv->fntype, futex, *futex, NULL, 0); in run()
|
D | futex_wait01.c | 49 res = futex_wait(tv->fntype, tc->f_addr, tc->f_val, &to, tc->opflags); in run()
|
D | futex_wake03.c | 30 futex_wait(tv->fntype, futex, *futex, NULL, 0); in do_child()
|
D | futex_wake02.c | 54 futex_wait(tv->fntype, &futex, futex, NULL, FUTEX_PRIVATE_FLAG); in threaded()
|
D | futex_cmp_requeue01.c | 63 if (futex_wait(tv->fntype, &sd->futexes[0], sd->futexes[0], &usec, 0) == -1) { in do_child()
|
D | futextest.h | 128 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function
|
/third_party/boost/boost/atomic/detail/ |
D | wait_ops_futex.hpp | 87 atomics::detail::futex_wait(const_cast< storage_type* >(&storage), old_val); in wait()
|
D | futex.hpp | 90 BOOST_FORCEINLINE int futex_wait(void* pval, unsigned int expected) BOOST_NOEXCEPT in futex_wait() function
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 314 futex_wait(&table->state.end, state.end, NULL); in anv_state_table_add() 788 futex_wait(&pool_state->end, state.end, NULL); in anv_block_pool_alloc_new() 913 futex_wait(&pool->block.end, block.end, NULL); in anv_fixed_size_state_pool_alloc_new()
|