Searched refs:DB_TXN_WAIT (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransactionConfig.java352 flags |= wait ? DbConstants.DB_TXN_WAIT : 0;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java199 int DB_TXN_WAIT = 0x00000008; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in153 #define DB_TXN_WAIT 0x00000008
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_txn.c223 flag |= DB_TXN_WAIT;
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn.c104 DB_TXN_WAIT | DB_TXN_WRITE_NOSYNC | DB_TXN_NOWAIT)) != 0)
200 (F_ISSET(dbenv, DB_ENV_TXN_NOWAIT) && !LF_ISSET(DB_TXN_WAIT)))
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts834 DB_TXN_WAIT => DEFINE,
H A DBerkeleyDB.pm506 DB_TXN_WAIT
H A Dconstants.h699 DB_TXN_REDO DB_TXN_SYNC DB_TXN_UNDO DB_TXN_WAIT DB_WRNOSYNC DB_YIELDCPU */
730 if (memEQ(name, "DB_TXN_WAIT", 11)) {
732 #ifdef DB_TXN_WAIT
733 *iv_return = DB_TXN_WAIT;
5585 DB_TXN_UNDO DB_TXN_WAIT DB_TXN_WRITE_NOSYNC DB_UNREF
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h2401 #define DB_TXN_WAIT 0x00000008 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h2384 #define DB_TXN_WAIT 0x00000008 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h2393 #define DB_TXN_WAIT 0x00000008 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h2436 #define DB_TXN_WAIT 0x00000008 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h2436 #define DB_TXN_WAIT 0x00000008 macro

Completed in 241 milliseconds