Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_guard_impl.h157 uint32_t PlatformThreadID() { in PlatformThreadID() function
162 uint32_t PlatformThreadID() { in PlatformThreadID() function
167 constexpr uint32_t (*PlatformThreadID)() = nullptr; variable
313 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>;
/aosp_15_r20/external/libcxxabi/src/
H A 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>;
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dguard_test_basic.pass.cpp141 assert(PlatformThreadID); in main()
143 if (PlatformThreadID != nullptr) { in main()
144 assert(PlatformThreadID() != 0); in main()
145 assert(PlatformThreadID() == PlatformThreadID()); in main()
/aosp_15_r20/external/libcxxabi/test/
H A Dguard_test_basic.pass.cpp130 assert(PlatformThreadID); in main()
133 assert(PlatformThreadID() != 0); in main()
134 assert(PlatformThreadID() == PlatformThreadID()); in main()