Searched refs:PlatformThreadID (Results 1 – 4 of 4) sorted by relevance
157 uint32_t PlatformThreadID() { in PlatformThreadID() function162 uint32_t PlatformThreadID() { in PlatformThreadID() function167 constexpr uint32_t (*PlatformThreadID)() = nullptr; variable313 uint32_t (*GetThreadID)() = PlatformThreadID>434 uint32_t (*GetThreadIDArg)() = PlatformThreadID>608 uint32_t (*GetThreadID)() = PlatformThreadID>614 uint32_t (*GetThreadIDArg)() = PlatformThreadID>641 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;646 using type = FutexGuard<PlatformFutexWait, PlatformFutexWake, PlatformThreadID>;
114 uint32_t PlatformThreadID() { in PlatformThreadID() function123 uint32_t PlatformThreadID() { in PlatformThreadID() function128 constexpr uint32_t (*PlatformThreadID)() = nullptr; variable137 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>;
141 assert(PlatformThreadID); in main()143 if (PlatformThreadID != nullptr) { in main()144 assert(PlatformThreadID() != 0); in main()145 assert(PlatformThreadID() == PlatformThreadID()); in main()
130 assert(PlatformThreadID); in main()133 assert(PlatformThreadID() != 0); in main()134 assert(PlatformThreadID() == PlatformThreadID()); in main()