Searched refs:lock_detect (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/lock/
H A DMakefile11 lock_detect.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.3.0/
H A DMakefile6 lock_detect.html lock_notheld.html lock_put.html lock_stat.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep035script.tcl7 # Rep035 script - continually calls lock_detect, txn_checkpoint,
59 $clientenv lock_detect default
H A Ddead002.tcl26 -lock -lock_timeout $timeout -lock_detect $lmode]
H A Ddead003.tcl24 -create -mode 0644 -home $testdir -lock -lock_detect $d]
H A Drep035.tcl12 # TEST Process 1 continually calls lock_detect.
99 # Second client needs lock_detect flag.
104 -lock_detect default -rep_transport \[list 3 replsend\]"
120 # Process 1 continually calls lock_detect (DB_LOCK_DEFAULT)
125 puts "\tRep$tnum.a: Fork child process running lock_detect on client2."
127 rep035script.tcl $testdir/lock_detect.log \
148 set logfilelist [list lock_detect.log \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_deadlock/
H A Ddb_deadlock.c188 dbenv->lock_detect(dbenv, 0, atype, &rejected)) != 0) {
189 dbenv->err(dbenv, ret, "DB_ENV->lock_detect");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c173 dbenv->lock_detect(dbenv, 0, atype, &rejected)) != 0) {
174 dbenv->err(dbenv, ret, "DB_ENV->lock_detect");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c494 * Thread start function for DB_ENV->lock_detect.
512 (void)dbenv->lock_detect(dbenv, 0, DB_LOCK_YOUNGEST, NULL);
/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.java555 return dbenv.lock_detect(0, mode.getFlag());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c116 ret = dbenv->lock_detect(dbenv, flag, policy, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c223 dbenv->lock_detect = __lock_detect_pp;
/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 DDbEnv.java379 public int lock_detect(int flags, int atype) throws com.sleepycat.db.DatabaseException { method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i901 int lock_detect(u_int32_t flags, u_int32_t atype) {
903 errno = self->lock_detect(self, flags, atype, &aborted);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h526 virtual int lock_detect(u_int32_t flags, u_int32_t atype, int *aborted);
H A Ddb.h2008 int (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h527 virtual int lock_detect(u_int32_t flags, u_int32_t atype, int *aborted);
H A Ddb.h1996 int (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h527 virtual int lock_detect(u_int32_t flags, u_int32_t atype, int *aborted);
H A Ddb.h2035 int (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp435 DBENV_METHOD(lock_detect, (u_int32_t flags, u_int32_t atype, int *aborted),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1998 int (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1987 int (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2035 int (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3424 dbenv->lock_detect =

Completed in 298 milliseconds

12