Searched refs:InitByteFutex (Results 1 – 2 of 2) sorted by relevance
405 struct InitByteFutex : GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>> { struct406 using BaseT = typename InitByteFutex::GuardObject; argument409 explicit InitByteFutex(uint32_t *g) : BaseT(g), in InitByteFutex() function415 explicit InitByteFutex(uint64_t *g) : BaseT(g), in InitByteFutex() argument545 InitByteFutex<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;
150 InitByteFutex<&NopFutexWait, &NopFutexWake, &MockGetThreadID>; in main()