Home
last modified time | relevance | path

Searched refs:get_lock (Results 1 – 11 of 11) 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
193 lock_type lock = get_lock(*guard_object); in __cxa_guard_acquire()
203 lock = get_lock(*guard_object); in __cxa_guard_acquire()
212 while (get_lock(*guard_object)) in __cxa_guard_acquire()
/external/vixl/tools/
Dthreaded_tests.py87 with n_tests_passed.get_lock(): n_tests_passed.value += 1
89 with n_tests_failed.get_lock(): n_tests_failed.value += 1
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Doptpmap.py20 with _current.get_lock():
/external/autotest/site_utils/tester_feedback/
Dquery_delegate.py37 with self._query_count.get_lock():
/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/python/cpython2/Lib/test/
Dtest_multiprocessing.py989 lock1 = val1.get_lock()
993 lock2 = val2.get_lock()
998 lock3 = val3.get_lock()
1076 lock1 = arr1.get_lock()
1080 lock2 = arr2.get_lock()
1085 lock3 = arr3.get_lock()
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py490 with _SEQUENCE_COUNTER.get_lock():
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1940 lock1 = val1.get_lock()
1944 lock2 = val2.get_lock()
1949 lock3 = val3.get_lock()
2020 lock1 = arr1.get_lock()
2024 lock2 = arr2.get_lock()
2029 lock3 = arr3.get_lock()
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1154 with counter.get_lock():
1277 :meth:`get_lock` returns the lock object used for synchronization.
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst1391 with counter.get_lock():
1514 :meth:`get_lock` returns the lock object used for synchronization.