Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dguard_test_basic.pass.cpp130 assert(PlatformThreadID); in main()
133 assert(PlatformThreadID() != 0); in main()
134 assert(PlatformThreadID() == PlatformThreadID()); in main()
/external/libcxxabi/src/
Dcxa_guard_impl.h114 uint32_t PlatformThreadID() { in PlatformThreadID() function
123 uint32_t PlatformThreadID() { in PlatformThreadID() function
128 constexpr uint32_t (*PlatformThreadID)() = nullptr; variable
137 return +PlatformThreadID != nullptr; in PlatformSupportsThreadID()
273 uint32_t (*GetThreadID)() = PlatformThreadID>
404 uint32_t (*GetThreadIDArg)() = PlatformThreadID>
539 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
545 InitByteFutex<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;