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

  /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/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 34638 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]
  /external/sqlite/dist/
sqlite3.c 34656 u8 locktype; \/* Type of lock currently held on this file *\/ member in struct:winFile
    [all...]

Completed in 1056 milliseconds