Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_guard.cpp81 get_lock(uint64_t x) in get_lock() function
97 get_lock(uint64_t x) in get_lock() function
118 inline lock_type get_lock(uint64_t x) in get_lock() function
141 inline lock_type get_lock(uint32_t x) in get_lock() function
/external/tensorflow/tensorflow/core/data/service/
Ddata_transfer.cc28 mutex* get_lock() { in get_lock() function
Dcredentials_factory.cc25 mutex* get_lock() { in get_lock() function
/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py224 def get_lock(self): member in SynchronizedBase
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/external/vm_tools/p9/src/server/
Dmod.rs904 fn get_lock(&mut self, _get_lock: &Tgetlock) -> io::Result<Rgetlock> { in get_lock() method