Searched refs:futex_wait (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libxshmfence/dist/src/ |
| H A D | xshmfence_futex.c | 63 if (futex_wait(&f->v, -1)) {
|
| H A D | xshmfence_futex.h | 44 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 D | futex.h | 47 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 D | simple_mtx.h | 106 futex_wait(&mtx->val, 2, NULL);
|
| H A D | u_queue.c | 143 int r = futex_wait(&fence->val, 2, timeout ? &ts : NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | futex.h | 46 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 D | simple_mtx.h | 86 futex_wait(&mtx->val, 2, NULL);
|
| H A D | u_queue.c | 133 int r = futex_wait(&fence->val, 2, timeout ? &ts : NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 308 * 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 D | anv_allocator.c | 300 * 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