Home
last modified time | relevance | path

Searched refs:InitByteFutex (Results 1 – 2 of 2) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard_impl.h405 struct InitByteFutex : GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>> { struct
406 using BaseT = typename InitByteFutex::GuardObject; argument
409 explicit InitByteFutex(uint32_t *g) : BaseT(g), in InitByteFutex() function
415 explicit InitByteFutex(uint64_t *g) : BaseT(g), in InitByteFutex() argument
545 InitByteFutex<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;
/external/libcxxabi/test/
Dguard_test_basic.pass.cpp150 InitByteFutex<&NopFutexWait, &NopFutexWake, &MockGetThreadID>; in main()