Home
last modified time | relevance | path

Searched refs:DeadlockWrap (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/bsddb/
Ddbutils.py47 def DeadlockWrap(function, *_args, **_kwargs): function
D__init__.py65 from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap
68 from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py138 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/
DHISTORY710 deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
/external/python/cpython3/Misc/
DHISTORY18094 deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry