Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
Dguard_test_basic.pass.cpp136 assert(PlatformThreadID); in main()
139 assert(PlatformThreadID() != 0); in main()
140 assert(PlatformThreadID() == PlatformThreadID()); in main()
/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h149 uint32_t PlatformThreadID() { in PlatformThreadID() function
155 uint32_t PlatformThreadID() { in PlatformThreadID() function
160 constexpr uint32_t (*PlatformThreadID)() = nullptr; variable
165 return +PlatformThreadID != nullptr; in PlatformSupportsThreadID()
298 uint32_t (*GetThreadID)() = PlatformThreadID>
422 uint32_t (*GetThreadIDArg)() = PlatformThreadID>
557 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
563 InitByteFutex<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;