Searched defs:locktype (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_thread.py220 locktype = thread.allocate_lock variable in class:LockTests
H A Dtest_threading.py715 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/
H A Dtest_thread.py220 locktype = thread.allocate_lock variable in class:LockTests
H A Dtest_threading.py715 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/
H A Dtest_thread.py220 locktype = thread.allocate_lock variable in class:LockTests
H A Dtest_threading.py715 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/
H A Dtest_thread.py220 locktype = thread.allocate_lock variable in class:LockTests
H A Dtest_threading.py715 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

Completed in 75 milliseconds