Searched refs:futex_wait (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_futex.c63 if (futex_wait(&f->v, -1)) {
H A Dxshmfence_futex.h44 static inline int futex_wait(int32_t *addr, int32_t value) { function in typeref:typename:int
69 static inline int futex_wait(int32_t *addr, int32_t value) { function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfutex.h47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) function in typeref:typename:int
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) function in typeref:typename:int
101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) function in typeref:typename:int
H A Dsimple_mtx.h106 futex_wait(&mtx->val, 2, NULL);
H A Du_queue.c143 int r = futex_wait(&fence->val, 2, timeout ? &ts : NULL);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfutex.h46 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) function in typeref:typename:int
69 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) function in typeref:typename:int
H A Dsimple_mtx.h86 futex_wait(&mtx->val, 2, NULL);
H A Du_queue.c133 int r = futex_wait(&fence->val, 2, timeout ? &ts : NULL);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c308 * hit futex_wait below.
322 futex_wait(&table->state.end, state.end, NULL);
862 * hit futex_wait below.
874 futex_wait(&pool_state->end, state.end, NULL);
994 futex_wait(&pool->block.end, block.end, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c300 * hit futex_wait below.
314 futex_wait(&table->state.end, state.end, NULL);
776 * hit futex_wait below.
788 futex_wait(&pool_state->end, state.end, NULL);
913 futex_wait(&pool->block.end, block.end, NULL);

Completed in 14 milliseconds