Searched refs:DEADLOCK (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddead005.tcl56 DEADLOCK { incr dead }
76 error_check_good read($f):$t $val DEADLOCK
H A Ddead001.tcl65 DEADLOCK { incr dead }
H A Ddead002.tcl61 DEADLOCK { incr dead }
H A Ddead003.tcl60 DEADLOCK { incr dead }
H A Ddead004.tcl72 DEADLOCK { incr dead }
H A Dddoyscript.tcl149 if {[string match "*DEADLOCK*" $lock2] == 1} {
150 set ret DEADLOCK
H A Dtestutils.tcl1906 # return 1 if we got both locks and DEADLOCK if we deadlocked.
1923 if {[string match "*DEADLOCK*" $lock2] == 1} {
1924 set ret DEADLOCK
1927 set ret DEADLOCK
1952 # return 1 if we got both locks and DEADLOCK if we deadlocked.
1970 if {[string match "*DEADLOCK*" $lock2] == 1} {
1971 set ret DEADLOCK
1974 set ret DEADLOCK
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DVerboseConfig.java19 public static final VerboseConfig DEADLOCK = field in class:VerboseConfig
20 new VerboseConfig("DEADLOCK", DbConstants.DB_VERB_DEADLOCK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DVerboseConfigTest.java59 envc.setVerbose(VerboseConfig.DEADLOCK, true);

Completed in 350 milliseconds