Searched refs:mtx_txnwait (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h350 db_mutex_t mtx_txnwait; /* Mutex for txn to wait on. */ member in struct:__db_commit
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c937 DB_MUTEX_SELF_BLOCK, &commit->mtx_txnwait)) != 0) {
941 MUTEX_LOCK(env, commit->mtx_txnwait);
960 MUTEX_LOCK(env, commit->mtx_txnwait);
1072 MUTEX_UNLOCK(env, commit->mtx_txnwait);
1078 MUTEX_UNLOCK(env, commit->mtx_txnwait);

Completed in 43 milliseconds