Searched refs:DeadlockWrap (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/bsddb/ |
D | dbutils.py | 47 def DeadlockWrap(function, *_args, **_kwargs): function
|
D | __init__.py | 65 from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap 68 from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_thread.py | 138 dbutils.DeadlockWrap(d.put, key, self.makeData(key), 265 dbutils.DeadlockWrap(d.put, key, self.makeData(key), 287 rec = dbutils.DeadlockWrap(c.first, max_retries=10) 292 rec = dbutils.DeadlockWrap(c.next, max_retries=10)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 710 deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18094 deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
|