Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp157 using FutexImpl = FutexGuard<&NopFutexWait, &NopFutexWake, &MockGetThreadID>; in main()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h611 using FutexGuard = GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>>; variable
642 using type = FutexGuard<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;