HomeSort by relevance Sort by last modified time
    Searched refs:deadlock_detection (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 102 def deadlock_detection() : function in function:LockingTestCase.test04_lock_timeout2
103 while not deadlock_detection.end :
104 deadlock_detection.count = \
106 if deadlock_detection.count :
107 while not deadlock_detection.end :
112 deadlock_detection.end=False
113 deadlock_detection.count=0
114 t=Thread(target=deadlock_detection)
130 deadlock_detection.end=True
140 self.assertTrue(deadlock_detection.count>0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 102 def deadlock_detection() : function in function:LockingTestCase.test04_lock_timeout2
103 while not deadlock_detection.end :
104 deadlock_detection.count = \
106 if deadlock_detection.count :
107 while not deadlock_detection.end :
112 deadlock_detection.end=False
113 deadlock_detection.count=0
114 t=Thread(target=deadlock_detection)
130 deadlock_detection.end=True
140 self.assertTrue(deadlock_detection.count>0
    [all...]

Completed in 99 milliseconds