Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
Dguard_test_basic.pass.cpp138 if (PlatformSupportsThreadID()) { in main()
/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h164 constexpr bool PlatformSupportsThreadID() { in PlatformSupportsThreadID() function
309 : BaseT(g), has_thread_id_support(PlatformSupportsThreadID()) {} in InitByteGlobalMutex()