HomeSort by relevance Sort by last modified time
    Searched refs:RLock (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
178 def RLock():
182 from multiprocessing.synchronize import RLock
183 return RLock()
sharedctypes.py 39 from multiprocessing import heap, RLock
103 lock = RLock()
119 lock = RLock()
208 self._lock = lock or RLock()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
178 def RLock():
182 from multiprocessing.synchronize import RLock
183 return RLock()
sharedctypes.py 39 from multiprocessing import heap, RLock
103 lock = RLock()
119 lock = RLock()
208 self._lock = lock or RLock()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
178 def RLock():
182 from multiprocessing.synchronize import RLock
183 return RLock()
sharedctypes.py 39 from multiprocessing import heap, RLock
103 lock = RLock()
119 lock = RLock()
208 self._lock = lock or RLock()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 50 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
178 def RLock():
182 from multiprocessing.synchronize import RLock
183 return RLock()
sharedctypes.py 39 from multiprocessing import heap, RLock
103 lock = RLock()
119 lock = RLock()
208 self._lock = lock or RLock()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_threading_local.py 156 object.__setattr__(self, '_local__lock', RLock())
251 from threading import current_thread, RLock
  /prebuilts/gdb/linux-x86/lib/python2.7/
_threading_local.py 156 object.__setattr__(self, '_local__lock', RLock())
251 from threading import current_thread, RLock
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 156 object.__setattr__(self, '_local__lock', RLock())
251 from threading import current_thread, RLock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 156 object.__setattr__(self, '_local__lock', RLock())
251 from threading import current_thread, RLock
  /external/autotest/client/common_lib/
decorators_unittest.py 29 self.lock = threading.RLock()
  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 15 self._blacklist_lock = threading.RLock()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dummy_threading.py 41 mutex = _threading.RLock()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dummy_threading.py 41 mutex = _threading.RLock()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 41 mutex = _threading.RLock()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 41 mutex = _threading.RLock()
  /external/libcxx/src/
debug.cpp 41 typedef lock_guard<mutex_type> RLock;
114 RLock _(mut());
378 RLock _(mut());
388 RLock _(mut());
398 RLock _(mut());
408 RLock _(mut());
418 RLock _(mut());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 41 typedef lock_guard<mutex_type> RLock;
114 RLock _(mut());
378 RLock _(mut());
388 RLock _(mut());
398 RLock _(mut());
408 RLock _(mut());
418 RLock _(mut());
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 37 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
53 from threading import Lock, RLock, Semaphore, BoundedSemaphore
  /tools/test/connectivity/acts/framework/acts/controllers/
android.py 56 self.lock = threading.RLock()

Completed in 441 milliseconds

1 2 3