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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_alloc.c40 (!F_ISSET(env, ENV_THREAD) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_open.c158 if (F_ISSET(env, ENV_THREAD)) {
254 F_SET(env, ENV_THREAD);
829 if (!F_ISSET(env, ENV_THREAD) &&
H A Denv_stat.c370 { ENV_THREAD, "ENV_THREAD" },
H A Denv_region.c1156 if (F_ISSET(env, ENV_THREAD)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_method.c34 if (!F_ISSET(env, ENV_THREAD)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c77 if (F_ISSET(env, ENV_THREAD))
H A Ddb_iface.c1278 if (LF_ISSET(DB_THREAD) && !F_ISSET(env, ENV_DBLOCAL | ENV_THREAD)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h655 #define ENV_THREAD 0x00000400 /* DB_THREAD set */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h654 #define ENV_THREAD 0x00000400 /* DB_THREAD set */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h653 #define ENV_THREAD 0x00000400 /* DB_THREAD set */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h657 #define ENV_THREAD 0x00000400 /* DB_THREAD set */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h654 #define ENV_THREAD 0x00000400 /* DB_THREAD set */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h654 #define ENV_THREAD 0x00000400 /* DB_THREAD set */ macro
/netgear-R7000-V1.0.7.12_1.2.5/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);
H A Drep_method.c792 (F_ISSET(env, ENV_THREAD) ? DB_THREAD : 0);
H A Drep_record.c1390 if (F_ISSET(env, ENV_THREAD))

Completed in 137 milliseconds