HomeSort by relevance Sort by last modified time
    Searched refs:allocate_lock (Results 1 - 23 of 23) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 12 critical_section = thread.allocate_lock()
13 done = thread.allocate_lock()
test_thread.py 16 _print_mutex = thread.allocate_lock()
28 self.done_mutex = thread.allocate_lock()
30 self.running_mutex = thread.allocate_lock()
31 self.random_mutex = thread.allocate_lock()
110 mut = thread.allocate_lock()
145 started = thread.allocate_lock()
161 self.checkin_mutex = thread.allocate_lock()
162 self.checkout_mutex = thread.allocate_lock()
220 locktype = thread.allocate_lock
test_threadsignals.py 14 signalled_all=thread.allocate_lock()
test_dummy_thread.py 23 self.lock = _thread.allocate_lock()
102 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
104 "is returned by _thread.allocate_lock()")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 12 critical_section = thread.allocate_lock()
13 done = thread.allocate_lock()
test_thread.py 16 _print_mutex = thread.allocate_lock()
28 self.done_mutex = thread.allocate_lock()
30 self.running_mutex = thread.allocate_lock()
31 self.random_mutex = thread.allocate_lock()
110 mut = thread.allocate_lock()
145 started = thread.allocate_lock()
161 self.checkin_mutex = thread.allocate_lock()
162 self.checkout_mutex = thread.allocate_lock()
220 locktype = thread.allocate_lock
test_threadsignals.py 14 signalled_all=thread.allocate_lock()
test_dummy_thread.py 23 self.lock = _thread.allocate_lock()
102 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
104 "is returned by _thread.allocate_lock()")
  /external/chromium_org/third_party/tlslite/tlslite/
SessionCache.py 34 self.lock = thread.allocate_lock()
BaseDB.py 14 self.lock = thread.allocate_lock()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
_strptime.py 21 from thread import allocate_lock as _thread_allocate_lock
23 from dummy_thread import allocate_lock as _thread_allocate_lock
mimetools.py 111 _counter_lock = thread.allocate_lock()
tempfile.py 63 _allocate_lock = _thread.allocate_lock
_pyio.py 14 from thread import allocate_lock as Lock
16 from dummy_thread import allocate_lock as Lock
    [all...]
threading.py 35 _allocate_lock = thread.allocate_lock
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
71 def allocate_lock(): function
72 """Dummy implementation of thread.allocate_lock()."""
_strptime.py 21 from thread import allocate_lock as _thread_allocate_lock
23 from dummy_thread import allocate_lock as _thread_allocate_lock
mimetools.py 111 _counter_lock = thread.allocate_lock()
tempfile.py 63 _allocate_lock = _thread.allocate_lock
_pyio.py 14 from thread import allocate_lock as Lock
16 from dummy_thread import allocate_lock as Lock
    [all...]
threading.py 35 _allocate_lock = thread.allocate_lock
    [all...]
  /external/chromium_org/third_party/jinja2/
utils.py 15 from thread import allocate_lock namespace
17 from dummy_thread import allocate_lock namespace
371 self._wlock = allocate_lock()

Completed in 365 milliseconds