Searched defs:futex_wait (Results 1 - 3 of 3) sorted by relevance
| /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 |
| /xsrc/external/mit/libxshmfence/dist/src/ | ||
| 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 |
Completed in 4 milliseconds