Searched refs:DB_LOCK_TIMEOUT (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockOperation.java67 new LockOperation("TIMEOUT", DbConstants.DB_LOCK_TIMEOUT);
82 case DbConstants.DB_LOCK_TIMEOUT:
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java86 int DB_LOCK_TIMEOUT = 8; field in interface:DbConstants
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp123 #define DB_LOCK_TIMEOUT (2 * 1000) macro
607 if(!lh.obtainLock(MDS_INSTALL_LOCK_PATH, DB_LOCK_TIMEOUT)) {
1095 if(!lh.obtainLock(userDbLockPath.c_str(), DB_LOCK_TIMEOUT)) {
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c594 list.op = DB_LOCK_TIMEOUT;
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_typemaps.i623 case DB_LOCK_TIMEOUT:
H A Ddb_java_wrap.c1647 case DB_LOCK_TIMEOUT:
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts557 DB_LOCK_TIMEOUT => '4.0.14',
H A DBerkeleyDB.pm230 DB_LOCK_TIMEOUT
H A Dconstants.h2744 DB_LOCK_NOTHELD DB_LOCK_PUT_ALL DB_LOCK_PUT_OBJ DB_LOCK_TIMEOUT
2976 if (memEQ(name, "DB_LOCK_TIMEOUT", 15)) {
2982 *iv_return = DB_LOCK_TIMEOUT;
5608 {name=>"DB_LOCK_TIMEOUT", type=>"IV", macro=>["#if (DB_VERSION_MAJOR > 4) || \\\n (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0) || \\\n (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR == 0 && \\\n DB_VERSION_PATCH >= 14)\n", "#endif\n"]},
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock.c312 case DB_LOCK_TIMEOUT:
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in297 DB_LOCK_TIMEOUT=8, /* Force a txn to timeout. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h287 DB_LOCK_TIMEOUT=8, /* Force a txn to timeout. */ enumerator in enum:__anon146
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h276 DB_LOCK_TIMEOUT=8, /* Force a txn to timeout. */ enumerator in enum:__anon171
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h285 DB_LOCK_TIMEOUT=8, /* Force a txn to timeout. */ enumerator in enum:__anon195
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h324 DB_LOCK_TIMEOUT=8, /* Force a txn to timeout. */ enumerator in enum:__anon226
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h324 DB_LOCK_TIMEOUT=8, /* Force a txn to timeout. */ enumerator in enum:__anon250

Completed in 347 milliseconds