Lines Matching refs:threads
13 # "PRAGMA journal_mode=WAL" mode with multiple threads.
72 # -thread NAME COUNT SCRIPT Scripts to run in threads (or processes).
73 # -processes BOOLEAN True to use processes instead of threads.
83 set P(threads) [list]
115 lappend P(threads) [list $name $count $prg]
138 foreach T $P(threads) {
189 foreach T $P(threads) {
212 # Once using processes, once using threads. This command takes the same
219 uplevel [lreplace $args 0 0 do_thread_test "$name-threads" -processes 0]
224 # Start 10 threads. Each thread performs both read and write
239 # Each of the N threads runs N read transactions followed by a single write