Lines Matching refs:E
145 set E(pid) $i
146 set E(nthread) $count
147 set E(seconds) $P(seconds)
168 db eval { SELECT randomblob($E(pid)*5) }
171 after [expr $E(seconds) * 1000] {set ::finished 1}
280 INSERT INTO t1 VALUES(randomblob(101 + $::E(pid)));
281 INSERT INTO t1 VALUES(randomblob(101 + $::E(pid)));
345 INSERT INTO t1 VALUES(NULL, randomblob(100+$E(pid)));
371 INSERT INTO t1 VALUES(NULL, randomblob(110+$E(pid)));
397 set nextwrite $E(pid)
418 incr nextwrite $E(nthread)