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

  /external/python/cpython2/Lib/bsddb/test/
test_distributed_transactions.py 21 self.dbenv.set_lk_max_lockers(self.num_txns*2)
test_dbenv.py 123 self.env.set_lk_max_lockers(i)
  /external/python/cpython2/Lib/bsddb/
dbobj.py 69 def set_lk_max_lockers(self, *args, **kwargs): member in class:DBEnv
70 return self._cobj.set_lk_max_lockers(*args, **kwargs)
  /external/python/cpython2/Modules/
_bsddb.c     [all...]

Completed in 54 milliseconds