Home
last modified time | relevance | path

Searched refs:prepare_state (Results 1 – 21 of 21) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dtxn.i289 (*updp)->prepare_state = WT_PREPARE_RESOLVED; in __wt_txn_op_commit_page_del()
338 upd->prepare_state = WT_PREPARE_LOCKED; in __wt_txn_op_set_timestamp()
636 if (upd->prepare_state == WT_PREPARE_LOCKED || in __wt_txn_upd_visible_all()
637 upd->prepare_state == WT_PREPARE_INPROGRESS) in __wt_txn_upd_visible_all()
735 uint8_t prepare_state, previous_state; in __wt_txn_upd_visible_type() local
740 WT_ORDERED_READ(prepare_state, upd->prepare_state); in __wt_txn_upd_visible_type()
741 if (prepare_state == WT_PREPARE_LOCKED) in __wt_txn_upd_visible_type()
751 previous_state = prepare_state; in __wt_txn_upd_visible_type()
752 WT_ORDERED_READ(prepare_state, upd->prepare_state); in __wt_txn_upd_visible_type()
753 if (previous_state == prepare_state) in __wt_txn_upd_visible_type()
[all …]
H A Dbtree.i1189 uint8_t prepare_state; in __wt_page_del_active() local
1195 WT_ORDERED_READ(prepare_state, page_del->prepare_state); in __wt_page_del_active()
1196 if (prepare_state == WT_PREPARE_INPROGRESS || in __wt_page_del_active()
1197 prepare_state == WT_PREPARE_LOCKED) in __wt_page_del_active()
H A Dbtmem.h846 volatile uint8_t prepare_state; /* Prepare state. */
1071 volatile uint8_t prepare_state; /* Prepare state. */
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_delete.c328 upd->prepare_state = page_del->prepare_state; in __tombstone_update_alloc()
370 ref->page_del->prepare_state != WT_PREPARE_INIT) { in __wt_delete_page_instantiate()
H A Dbt_read.c130 uint8_t prepare_state, upd_type; in __las_page_instantiate() local
185 &prepare_state, &upd_type, &las_value)); in __las_page_instantiate()
190 upd->prepare_state = prepare_state; in __las_page_instantiate()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Dprepare_optimizer.sh36 do_external optimizer prepare_state "${otype}.state.cur"
H A Dcsg_table126 optimizer prepare_state optimizer_prepare_state.sh
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Dprepare_optimizer.sh36 do_external optimizer prepare_state "${otype}.state.cur"
H A Dcsg_table126 optimizer prepare_state optimizer_prepare_state.sh
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cache/
H A Dcache_las.c800 &las_timestamp, upd->prepare_state, in __wt_las_insert_block()
804 &las_timestamp, upd->prepare_state, in __wt_las_insert_block()
1101 uint8_t prepare_state, upd_type; in __wt_las_sweep() local
1232 &las_timestamp, &prepare_state, &upd_type, &las_value)); in __wt_las_sweep()
1271 prepare_state != WT_PREPARE_INPROGRESS) in __wt_las_sweep()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_rollback_to_stable.c28 uint8_t prepare_state, upd_type; in __txn_rollback_to_stable_lookaside_fixup() local
68 &las_timestamp, &prepare_state, &upd_type, &las_value)); in __txn_rollback_to_stable_lookaside_fixup()
H A Dtxn.c1015 WT_PUBLISH(upd->prepare_state, WT_PREPARE_INPROGRESS); in __wt_txn_prepare()
1020 WT_PUBLISH(op->u.ref->page_del->prepare_state, in __wt_txn_prepare()
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dqsave.pl599 % Prepare the executable by running the `prepare_state` registered
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dpldoc2tex.pl49 :- initialization(clean_pldoc, prepare_state).
H A Dbuiltin.doc944 \termitem{prepare_state}{}
/dports/irc/hexchat/hexchat-2.16.0/plugins/lua/
H A Dlua.c1254 static void prepare_state(lua_State *L, script_info *info) in prepare_state() function
1330 prepare_state(L, info); in create_script()
1482 prepare_state(L, interp); in create_interpreter()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_cpu.h1646 word8 prepare_state; member
H A Ddps8_cpu.c2523 PNL (cpu.prepare_state = ps_PIA); in threadz_sim_instr()
4083 PNL (putbits36_8 (& w0, 0, cpu.prepare_state);) in add_CU_history()
H A Ddps8_ins.c77 PNL (cpu.prepare_state |= ps_RAW); in writeOperands()
117 PNL (cpu.prepare_state |= ps_SAW); in writeOperands()
156 PNL (cpu.prepare_state |= ps_POA); in readOperands()
/dports/mail/isync/isync-1.4.4/src/
H A Dsync.c750 prepare_state( sync_vars_t *svars ) in prepare_state() function
1207 if (!prepare_state( svars )) { in sync_boxes()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/reconcile/
H A Drec_write.c1427 if (upd->prepare_state == WT_PREPARE_LOCKED || in __rec_txn_read()
1428 upd->prepare_state == WT_PREPARE_INPROGRESS) in __rec_txn_read()