Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_guard.cpp82 get_lock(uint64_t x) in get_lock() function
98 get_lock(uint64_t x) in get_lock() function
118 get_lock(uint64_t x) in get_lock() function
143 get_lock(uint32_t x) in get_lock() function
/external/libmojo/ipc/
Dattachment_broker.h135 base::Lock* get_lock() { return &lock_; } in get_lock() function
/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py224 def get_lock(self): member in SynchronizedBase