Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__mutex/
Dtag_types.h36 inline constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
40 constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__mutex/
Dtag_types.h36 inline constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
40 constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mutex/
Dtag_types.h34 inline constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
38 constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__mutex/
Dtag_types.h36 inline constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
40 constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__mutex/
Dtag_types.h36 inline constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
40 constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__mutex/
H A Dtag_types.h36 inline constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
40 constexpr try_to_lock_t try_to_lock = try_to_lock_t(); variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_options.hpp25 BOOST_CONSTEXPR_OR_CONST try_to_lock_t try_to_lock = {}; variable
/aosp_15_r20/external/libcxx/src/
H A Dmutex.cpp20 const try_to_lock_t try_to_lock = {}; variable