Searched refs:child1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd022.tcl71 set child1 [$dbenv txn -parent $parent]
75 eval {$db put} -txn $child1 $i $data
80 error_check_good child1_abort [$child1 abort] 0
H A Drpc001.tcl129 set child1 [$env txn -parent $parent_txn]
131 [is_valid_txn $child1 $env] TRUE
227 set stat [catch {$child1 commit} ret]
228 error_check_good child_commit:$child1 $stat 0
229 error_check_good child_commit:$child1 $ret 0
365 set child1 [$env txn -parent $txn]
367 [is_valid_txn $child1 $env] TRUE
368 set txn_list [linsert $txn_list 0 $child1]
371 set child1 $txn
H A Drecd006.tcl156 proc nesttest { db parent env do p1 p2 child1 child2} {
214 puts -nonewline "\tKid1 $child1..."
215 if { [string compare $child1 "commit"] == 0 } {
245 if { [string compare $child1 "commit"] == 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java129 final Object child1 = new Object();
151 synchronized (child1) {
158 child1.wait();
213 synchronized (child1) { child1.notify(); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dgconf.c1289 struct menu *child1; local
1302 for (child1 = src->list; child1; child1 = child1->next) {
1304 prop = child1->prompt;
1305 sym = child1->sym;
1308 menu1 = child1;
1321 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1322 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c1366 struct menu *child1; local
1379 for (child1 = src->list; child1; child1 = child1->next) {
1381 prop = child1->prompt;
1382 sym = child1->sym;
1385 menu1 = child1;
1398 if (!menu_is_visible(child1) && !show_all) { // remove node
1439 update_tree(child1, child
[all...]

Completed in 142 milliseconds