Searched refs:allocate_lock (Results 1 – 25 of 31) sorted by relevance
12
5 from thread import allocate_lock7 from dummy_thread import allocate_lock10 from _thread import allocate_lock12 from _dummy_thread import allocate_lock
2 from .lock import allocate_lock67 self._lock = allocate_lock()734 x = self._init_once_cache.setdefault(tag, (False, allocate_lock()))
4 from .lock import allocate_lock572 global_lock = allocate_lock()
16 _print_mutex = thread.allocate_lock()29 self.done_mutex = thread.allocate_lock()31 self.running_mutex = thread.allocate_lock()32 self.random_mutex = thread.allocate_lock()112 mut = thread.allocate_lock()150 started = thread.allocate_lock()165 self.checkin_mutex = thread.allocate_lock()166 self.checkout_mutex = thread.allocate_lock()225 locktype = thread.allocate_lock
12 critical_section = thread.allocate_lock()13 done = thread.allocate_lock()
23 self.lock = _thread.allocate_lock()102 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
14 signalled_all=thread.allocate_lock()
15 _print_mutex = thread.allocate_lock()27 self.done_mutex = thread.allocate_lock()29 self.running_mutex = thread.allocate_lock()30 self.random_mutex = thread.allocate_lock()110 mut = thread.allocate_lock()141 started = thread.allocate_lock()159 self.checkin_mutex = thread.allocate_lock()160 self.checkout_mutex = thread.allocate_lock()218 locktype = thread.allocate_lock
15 signalled_all=thread.allocate_lock()95 lock = thread.allocate_lock()181 self.acquire_retries_on_intr(thread.allocate_lock())197 done = thread.allocate_lock()199 lock = thread.allocate_lock()
649 started = _thread.allocate_lock()650 finish = _thread.allocate_lock()684 started = _thread.allocate_lock()685 finish = _thread.allocate_lock()
277 self.mutex = thread.allocate_lock()287 self.checkout = thread.allocate_lock()291 self.idlock = thread.allocate_lock()429 self.rwOK = thread.allocate_lock()573 tid = thread.allocate_lock() # for changing TID574 io = thread.allocate_lock() # for printing, and 'alive'575 wh = thread.allocate_lock() # for calls to random
12 self.getlock = thread.allocate_lock()13 self.putlock = thread.allocate_lock()
44 self.__mutex = thread.allocate_lock()45 self.__wait = thread.allocate_lock()240 pwait = thread.allocate_lock()242 cwait = thread.allocate_lock()
71 def allocate_lock(): function
21 from thread import allocate_lock as _thread_allocate_lock23 from dummy_thread import allocate_lock as _thread_allocate_lock
111 _counter_lock = thread.allocate_lock()
63 _allocate_lock = _thread.allocate_lock
15 from thread import allocate_lock as Lock17 from dummy_thread import allocate_lock as Lock
36 _allocate_lock = thread.allocate_lock
82 .. function:: allocate_lock()147 a_lock = thread.allocate_lock()
88 .. function:: allocate_lock()188 a_lock = _thread.allocate_lock()
59 self.lock = _thread.allocate_lock()60 self.wakeup = _thread.allocate_lock()
22 from _thread import allocate_lock as _thread_allocate_lock
50 _allocate_lock = _thread.allocate_lock
1169 self._cache_lock = _thread.allocate_lock()1544 self._cache_lock = _thread.allocate_lock()