Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h273 struct LibcppMutex;
277 struct LibcppMutex { struct
278 LibcppMutex() = default;
279 LibcppMutex(LibcppMutex const&) = delete;
280 LibcppMutex& operator=(LibcppMutex const&) = delete; argument
295 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument
302 struct LibcppMutex {}; struct
636 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,
/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp133 … GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance, in main()