HomeSort by relevance Sort by last modified time
    Searched full:rlock (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 83 mutex = threading.RLock()
718 locktype = staticmethod(threading.RLock)
724 # An Condition uses an RLock by default and exports its API.
lock_tests.py 312 # Be default we have an RLock: the condition can be acquired multiple
test_multiprocessing.py 639 lock = self.RLock()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 83 mutex = threading.RLock()
718 locktype = staticmethod(threading.RLock)
724 # An Condition uses an RLock by default and exports its API.
lock_tests.py 312 # Be default we have an RLock: the condition can be acquired multiple
test_multiprocessing.py 639 lock = self.RLock()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0013-temp-collective-ndk-hackathon-fixes.patch 370 typedef lock_guard<mutex_type> RLock;
384 RLock _(mut());
496 RLock _(mut());
506 RLock _(mut());
516 RLock _(mut());
526 RLock _(mut());
536 RLock _(mut());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 167 self.mutex = threading.RLock()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 167 self.mutex = threading.RLock()
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Record_7x27A.cpp 239 Mutex::Autolock rLock(&mHalCamCtrl->mRecordFrameLock);
QCameraHWI_Preview.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 199 #This needs to be an RLock because fileConfig() creates and configures
202 #the lock would already have been acquired - so we need an RLock.
206 _lock = threading.RLock()
689 self.lock = threading.RLock()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 199 #This needs to be an RLock because fileConfig() creates and configures
202 #the lock would already have been acquired - so we need an RLock.
206 _lock = threading.RLock()
689 self.lock = threading.RLock()
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 684 * If we used RLOCK, then we would have
685 * to wlock/decr/unlock/rlock. Which
    [all...]
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 72 self._port_lock = threading.RLock()
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 228 self.results_rlock = threading.RLock()
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 423 fprintf(stderr, "Starting Test15: recursive rlock\n");
  /external/skia/gm/rebaseline_server/
server.py 228 self.results_rlock = threading.RLock()
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 63 self.playerLock = threading.RLock()
JetCreator.py 61 self.playerLock = threading.RLock()
    [all...]
eas.py 582 self.lock = threading.RLock()
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]

Completed in 1803 milliseconds

12 3