Searched defs:futex_wait (Results 1 - 3 of 3) sorted by relevance

/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
/xsrc/external/mit/libxshmfence/dist/src/
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

Completed in 4 milliseconds