| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| futex.h | 41 static inline int futex_wake(uint32_t *addr, int count) function 43 return sys_futex(addr, FUTEX_WAKE, count, NULL, NULL, 0); 63 static inline int futex_wake(uint32_t *addr, int count) function
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| futex.h | 42 static inline int futex_wake(uint32_t *addr, int count) function 44 return sys_futex(addr, FUTEX_WAKE, count, NULL, NULL, 0); 65 static inline int futex_wake(uint32_t *addr, int count) function 96 static inline int futex_wake(uint32_t *addr, int count) function 98 return futex(addr, FUTEX_WAKE, count, NULL, NULL);
|
| /xsrc/external/mit/libxshmfence/dist/src/ |
| xshmfence_futex.h | 40 static inline int futex_wake(int32_t *addr) { function 65 static inline int futex_wake(int32_t *addr) { function 66 return sys_futex(addr, FUTEX_WAKE, MAXINT, NULL, NULL, 0);
|