Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h423 struct InitByteFutex : GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>> { struct
424 using BaseT = typename InitByteFutex::GuardObject; argument
427 explicit InitByteFutex(uint32_t *g) : BaseT(g), in InitByteFutex() function
433 explicit InitByteFutex(uint64_t *g) : BaseT(g), in InitByteFutex() function
563 InitByteFutex<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;
/external/llvm-project/libcxxabi/test/
Dguard_test_basic.pass.cpp156 InitByteFutex<&NopFutexWait, &NopFutexWake, &MockGetThreadID>; in main()