Searched refs:DB_LOCK_NOWAIT (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp178 ret = lock_get(locker, DB_LOCK_NOWAIT, &dbt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java590 dbenv.lock_get(locker, noWait ? DbConstants.DB_LOCK_NOWAIT : 0,
673 dbenv.lock_vec(locker, noWait ? DbConstants.DB_LOCK_NOWAIT : 0,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddebug.h221 (flags) |= DB_LOCK_NOWAIT; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c124 DB_LOCK_NOWAIT, &lock_dbt, lock_type, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbConstants.java79 int DB_LOCK_NOWAIT = 0x00000001; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c381 dbp, locker, DB_LOCK_READ, NULL, DB_LOCK_NOWAIT)) == 0) {
998 dbp, dbp->locker, DB_LOCK_WRITE, NULL, DB_LOCK_NOWAIT)) != 0) {
1513 tmpdbp, locker, DB_LOCK_READ, NULL, DB_LOCK_NOWAIT)) != 0) {
1532 NULL, DB_LOCK_UPGRADE | DB_LOCK_NOWAIT);
1658 tmpdbp, locker, DB_LOCK_READ, NULL, DB_LOCK_NOWAIT)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c189 flag |= DB_LOCK_NOWAIT;
465 flag |= DB_LOCK_NOWAIT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmdbscript.tcl106 global DB_LOCK_NOWAIT
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c62 "DB_ENV->lock_vec", flags, DB_LOCK_NOWAIT)) != 0)
391 DB_LOCK_NOWAIT | DB_LOCK_UPGRADE | DB_LOCK_SWITCH)) != 0)
842 if (LF_ISSET(DB_LOCK_NOWAIT)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c907 DB_LOCK_NOWAIT | DB_LOCK_RECORD : DB_LOCK_RECORD,
1263 DB_LOCK_NOWAIT | DB_LOCK_RECORD, &lock);
1346 DB_LOCK_NOWAIT | DB_LOCK_RECORD, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h812 ((txn) != NULL && F_ISSET((txn), TXN_NOWAIT) ? DB_LOCK_NOWAIT : 0)
H A Ddb.h2291 #define DB_LOCK_NOWAIT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h811 ((txn) != NULL && F_ISSET((txn), TXN_NOWAIT) ? DB_LOCK_NOWAIT : 0)
H A Ddb.h2274 #define DB_LOCK_NOWAIT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h810 ((txn) != NULL && F_ISSET((txn), TXN_NOWAIT) ? DB_LOCK_NOWAIT : 0)
H A Ddb.h2296 #define DB_LOCK_NOWAIT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h814 ((txn) != NULL && F_ISSET((txn), TXN_NOWAIT) ? DB_LOCK_NOWAIT : 0)
H A Ddb.h2283 #define DB_LOCK_NOWAIT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h811 ((txn) != NULL && F_ISSET((txn), TXN_NOWAIT) ? DB_LOCK_NOWAIT : 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h811 ((txn) != NULL && F_ISSET((txn), TXN_NOWAIT) ? DB_LOCK_NOWAIT : 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts70 DB_LOCK_NOWAIT => DEFINE,
H A DBerkeleyDB.pm217 DB_LOCK_NOWAIT
H A Dconstants.h2191 DB_HASHVERSION DB_JOIN_NOSORT DB_LOCKVERSION DB_LOCK_EXPIRE DB_LOCK_NOWAIT
2694 if (memEQ(name, "DB_LOCK_NOWAIT", 14)) {
2696 #ifdef DB_LOCK_NOWAIT
2697 *iv_return = DB_LOCK_NOWAIT;
5511 DB_LOCK_NOWAIT DB_LOCK_OLDEST DB_LOCK_RANDOM DB_LOCK_RECORD
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c994 * If the transaction enclosing this cursor has DB_LOCK_NOWAIT set,
998 lkflags |= DB_LOCK_NOWAIT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c2386 ACQUIRE_CUR(dbc, DB_LOCK_WRITE, bt_lpgno, DB_LOCK_NOWAIT, ret);

Completed in 322 milliseconds

12