Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_guard_impl.h240 struct LibcppMutex { struct
243 LibcppMutex& operator=(LibcppMutex const&) = delete; argument
258 bool wait(LibcppMutex& mut) { in wait() argument
267 struct LibcppMutex {}; struct
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_guard_impl.h281 struct LibcppMutex { struct
284 LibcppMutex& operator=(LibcppMutex const&) = delete; argument
299 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument
306 struct LibcppMutex {}; struct