Searched refs:InitByteFutex (Results 1 – 2 of 2) sorted by relevance
423 struct InitByteFutex : GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>> { struct424 using BaseT = typename InitByteFutex::GuardObject; argument427 explicit InitByteFutex(uint32_t *g) : BaseT(g), in InitByteFutex() function433 explicit InitByteFutex(uint64_t *g) : BaseT(g), in InitByteFutex() function563 InitByteFutex<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;
156 InitByteFutex<&NopFutexWait, &NopFutexWake, &MockGetThreadID>; in main()