HomeSort by relevance Sort by last modified time
    Searched defs:locktype (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_thread.py 197 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 671 locktype = staticmethod(threading.Lock) variable in class:LockTests
674 locktype = staticmethod(threading.RLock) variable in class:RLockTests
681 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
  /external/python/cpython3/Lib/test/
test_thread.py 213 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 1095 locktype = staticmethod(threading.Lock) variable in class:LockTests
1098 locktype = staticmethod(threading._PyRLock) variable in class:PyRLockTests
1102 locktype = staticmethod(threading._CRLock) variable in class:CRLockTests
1109 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 220 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 715 locktype = staticmethod(threading.Lock) variable in class:LockTests
718 locktype = staticmethod(threading.RLock) variable in class:RLockTests
725 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 220 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 715 locktype = staticmethod(threading.Lock) variable in class:LockTests
718 locktype = staticmethod(threading.RLock) variable in class:RLockTests
725 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 220 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 715 locktype = staticmethod(threading.Lock) variable in class:LockTests
718 locktype = staticmethod(threading.RLock) variable in class:RLockTests
725 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 220 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 715 locktype = staticmethod(threading.Lock) variable in class:LockTests
718 locktype = staticmethod(threading.RLock) variable in class:RLockTests
725 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
  /external/python/cpython2/Lib/test/
test_thread.py 216 locktype = thread.allocate_lock variable in class:LockTests
test_threading.py 870 locktype = staticmethod(threading.Lock) variable in class:LockTests
873 locktype = staticmethod(threading.RLock) variable in class:RLockTests
880 locktype = staticmethod(threading.Condition) variable in class:ConditionAsRLockTests
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/
test_locks.py 20 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in class:ModuleLockAsRLockTests
43 LockType=LOCK_TYPES)
70 locks = [self.LockType(str(i)) for i in range(NLOCKS)]
124 LockType=LOCK_TYPES,
  /external/libevent/
evthread.c 186 unsigned locktype; member in struct:debug_lock
195 debug_lock_alloc(unsigned locktype)
202 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) {
210 result->locktype = locktype;
217 debug_lock_free(void *lock_, unsigned locktype)
221 EVUTIL_ASSERT(locktype == lock->locktype);
225 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE);
238 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 38950 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]
  /external/sqlite/dist/
sqlite3.c 38950 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]

Completed in 618 milliseconds