Searched refs:LibcppCondVar (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_guard_impl.h | 237 struct LibcppCondVar; 249 friend struct LibcppCondVar; 253 struct LibcppCondVar { struct 254 LibcppCondVar() = default; 255 LibcppCondVar(LibcppCondVar const&) = delete; 256 LibcppCondVar& operator=(LibcppCondVar const&) = delete; argument 268 struct LibcppCondVar {}; argument 538 LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance, 539 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_guard_impl.h | 278 struct LibcppCondVar; 290 friend struct LibcppCondVar; 294 struct LibcppCondVar { struct 295 LibcppCondVar() = default; 296 LibcppCondVar(LibcppCondVar const&) = delete; 297 LibcppCondVar& operator=(LibcppCondVar const&) = delete; argument 307 struct LibcppCondVar {}; struct 640 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance, 641 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | guard_test_basic.pass.cpp | 122 InitByteGlobalMutex<LibcppMutex, LibcppCondVar, in main() 124 GlobalStatic<LibcppCondVar>::instance>>::value, in main()
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | guard_test_basic.pass.cpp | 134 … GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance, in main() 135 GlobalStatic<LibcppCondVar>::instance>>::value, in main()
|