Searched refs:getDeadlockInfoBuffer (Results 1 – 2 of 2) sorted by relevance
364 public DeadlockPath[] getDeadlockInfoBuffer() { in getDeadlockInfoBuffer() method in TransactionDB365 return getDeadlockInfoBuffer(nativeHandle_); in getDeadlockInfoBuffer()401 private native DeadlockPath[] getDeadlockInfoBuffer(final long handle); in getDeadlockInfoBuffer() method in TransactionDB
165 assertThat(tdb.getDeadlockInfoBuffer()).isEmpty(); in deadlockInfoBuffer()