Searched refs:get_lock (Results 1 – 11 of 11) sorted by relevance
81 get_lock(uint64_t x) in get_lock() function97 get_lock(uint64_t x) in get_lock() function118 inline lock_type get_lock(uint64_t x) in get_lock() function141 inline lock_type get_lock(uint32_t x) in get_lock() function193 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()
87 with n_tests_passed.get_lock(): n_tests_passed.value += 189 with n_tests_failed.get_lock(): n_tests_failed.value += 1
20 with _current.get_lock():
37 with self._query_count.get_lock():
224 def get_lock(self): member in SynchronizedBase
205 def get_lock(self): member in SynchronizedBase
989 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()
490 with _SEQUENCE_COUNTER.get_lock():
1940 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()
1154 with counter.get_lock():1277 :meth:`get_lock` returns the lock object used for synchronization.
1391 with counter.get_lock():1514 :meth:`get_lock` returns the lock object used for synchronization.