Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp140 assert(PlatformThreadID); in main()
142 if (PlatformThreadID != nullptr) { in main()
143 assert(PlatformThreadID() != 0); in main()
144 assert(PlatformThreadID() == PlatformThreadID()); in main()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h153 uint32_t PlatformThreadID() { in PlatformThreadID() function
158 uint32_t PlatformThreadID() { in PlatformThreadID() function
163 constexpr uint32_t (*PlatformThreadID)() = nullptr; variable
309 uint32_t (*GetThreadID)() = PlatformThreadID>
430 uint32_t (*GetThreadIDArg)() = PlatformThreadID>
604 uint32_t (*GetThreadID)() = PlatformThreadID>
610 uint32_t (*GetThreadIDArg)() = PlatformThreadID>
637 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
642 using type = FutexGuard<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;