Searched refs:IsDeadlockDetect (Results 1 – 4 of 4) sorted by relevance
115 bool IsDeadlockDetect() const override { return deadlock_detect_; } in IsDeadlockDetect() function
366 if (txn->IsDeadlockDetect()) { in AcquireWithTimeout()391 if (txn->IsDeadlockDetect()) { in AcquireWithTimeout()
481 virtual bool IsDeadlockDetect() const { return false; } in IsDeadlockDetect() function
1564 return static_cast<jboolean>(txn->IsDeadlockDetect()); in Java_org_rocksdb_Transaction_isDeadlockDetect()