Searched refs:DB_THREAD (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Ddeadlock.cs59 DB_INIT_MPOOL | DB_INIT_TXN | DB_RECOVER | DB_THREAD,
H A Ddata_open.cs86 DB_AUTO_COMMIT | DB_CREATE | DB_THREAD, S_IRUSR | S_IWUSR)) != 0) {
H A Denv_open.cs90 DB_INIT_MPOOL | DB_INIT_TXN | DB_RECOVER | DB_THREAD,
H A Dtransapp.cs147 DB_INIT_MPOOL | DB_INIT_TXN | DB_RECOVER | DB_THREAD,
265 DB_AUTO_COMMIT | DB_CREATE | DB_THREAD, S_IRUSR | S_IWUSR)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSequenceConfig.java302 // The DB_THREAD flag is inherited from the database
303 boolean threaded = ((db.get_open_flags() & DbConstants.DB_THREAD) != 0);
308 openFlags |= threaded ? DbConstants.DB_THREAD : 0;
H A DDatabaseConfig.java1969 // The DB_THREAD flag is inherited from the environment
1972 (dbenv.get_open_flags() & DbConstants.DB_THREAD) != 0);
1981 openFlags |= threaded ? DbConstants.DB_THREAD : 0;
H A DEnvironmentConfig.java3779 openFlags |= threaded ? DbConstants.DB_THREAD : 0;
4101 threaded = ((openFlags & DbConstants.DB_THREAD) != 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuideInMemory.cpp83 DB_THREAD; // Cause the environment to be free-threaded
352 DB_THREAD |
H A DTxnGuide.cpp111 DB_THREAD; // Cause the environment to be free-threaded
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide_inmemory.c90 DB_THREAD; /* Cause the environment to be free-threaded */
435 DB_THREAD |
H A Dtxn_guide.c130 DB_THREAD; /* Cause the environment to be free-threaded */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_open.c65 DB_SYSTEM_MEM | DB_THREAD | DB_USE_ENVIRON | DB_USE_ENVIRON_ROOT)
69 DB_PRIVATE | DB_SYSTEM_MEM | DB_THREAD | \
253 if (LF_ISSET(DB_THREAD))
H A Denv_stat.c389 { DB_THREAD, "DB_THREAD" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs147 DB_INIT_MPOOL | DB_INIT_TXN | DB_RECOVER | DB_THREAD,
265 DB_AUTO_COMMIT | DB_CREATE | DB_THREAD, S_IRUSR | S_IWUSR)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c165 DATABASE, NULL, DB_BTREE, DB_CREATE | DB_THREAD, 0664)) != 0) {
454 DB_INIT_MPOOL | DB_INIT_TXN | DB_THREAD, 0)) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/common/
H A Drep_common.c230 DB_INIT_REP | DB_INIT_TXN | DB_RECOVER | DB_THREAD;
/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.java186 int DB_THREAD = 0x00000004; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp257 DB_THREAD | DB_INIT_REP | DB_INIT_LOCK | DB_INIT_LOG |
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dclient.c131 if (LF_ISSET(DB_THREAD)) {
132 __db_errx(env, "DB_THREAD not allowed on RPC clients");
145 * We need a wrapper function to error on DB_THREAD flag.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c71 * must also be free-threaded, so we force the DB_THREAD flag on.
78 LF_SET(DB_THREAD);
H A Ddb.c411 DB_INIT_MPOOL | DB_PRIVATE | LF_ISSET(DB_THREAD), 0)) != 0)
421 if (LF_ISSET(DB_THREAD) && (ret = __mutex_alloc(
H A Ddb_iface.c198 "The DB_THREAD setting must be the same for primary and secondary");
1210 DB_RDWRMASTER | DB_READ_UNCOMMITTED | DB_THREAD | DB_TRUNCATE)
1278 if (LF_ISSET(DB_THREAD) && !F_ISSET(env, ENV_DBLOCAL | ENV_THREAD)) {
1279 __db_errx(env, "environment not created using DB_THREAD");
2620 "DB_THREAD mandates memory allocation flag on %s DBT",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c158 #define SEQ_OPEN_FLAGS (DB_CREATE | DB_EXCL | DB_THREAD)
205 if (LF_ISSET(DB_THREAD)) {
208 "DB_SEQUENCE->open: DB_THREAD not supported with RPC");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa.c217 DB_INIT_TXN | DB_THREAD)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c450 DB_RDONLY | (F_ISSET(env, ENV_THREAD) ? DB_THREAD : 0),
623 DB_RDONLY | (F_ISSET(env, ENV_THREAD) ? DB_THREAD : 0),
2477 (F_ISSET(env, ENV_THREAD) ? DB_THREAD : 0);

Completed in 718 milliseconds

12