Home
last modified time | relevance | path

Searched defs:get_lock (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/
Dremote_subscription_ack.cpp86 std::unique_lock<std::recursive_mutex> remote_subscription_ack::get_lock() { in get_lock() function in vsomeip_v3::sd::remote_subscription_ack
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dsingleton.hpp104 BOOST_DLLEXPORT bool & get_lock() BOOST_USED { in get_lock() function in boost::serialization::singleton_module
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dcredentials_factory.cc30 mutex* get_lock() { in get_lock() function
H A Ddata_transfer.cc37 mutex* get_lock() { in get_lock() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_move_function.cpp74 boost::unique_lock<boost::mutex> get_lock(boost::mutex& m) in get_lock() function
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py224 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/aosp_15_r20/external/mesa3d/bin/ci/
H A Dstructured_logger.py256 def get_lock(self): member in StructuredLogger
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/
Dmod.rs1052 fn get_lock(&mut self, get_lock: &Tgetlock) -> io::Result<Rgetlock> { in get_lock() method