Home
last modified time | relevance | path

Searched defs:try_to_lock (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/
Dtag_types.h40 /* inline */ constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dmutex.cpp29 const try_to_lock_t try_to_lock{}; variable
/external/libcxx/src/
Dmutex.cpp20 const try_to_lock_t try_to_lock = {}; variable