HomeSort by relevance Sort by last modified time
    Searched defs:locktype (Results 1 - 15 of 15) 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
  /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/libevent/
evthread.c 150 unsigned locktype; member in struct:debug_lock
159 debug_lock_alloc(unsigned locktype)
166 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) {
173 result->locktype = locktype;
180 debug_lock_free(void *lock_, unsigned locktype)
184 EVUTIL_ASSERT(locktype == lock->locktype);
187 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE);
198 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 38082 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]
  /external/sqlite/dist/
sqlite3.c 38082 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]

Completed in 1194 milliseconds