Home
last modified time | relevance | path

Searched refs:busyhandler (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dtkt3793.test52 proc busyhandler {db args} { set ::busyconnection $db ; return 1 }
53 db2 busy {busyhandler db2}
54 db1 busy {busyhandler db1}
H A Dshared9.test172 proc busyhandler {handle args} {
176 db1 busy [list busyhandler db1]
177 db2 busy [list busyhandler db2]
H A Dwal5.test76 proc busyhandler {n} {
92 code1 { db busy busyhandler }
292 proc busyhandler {x} {
314 code1 { db busy busyhandler }
H A Dwalthread.test164 proc busyhandler {n} { usleep 10 ; return 0 }
167 db busy busyhandler
340 db busy busyhandler
366 db busy busyhandler
H A Dsuperlock.test93 proc busyhandler {x} {
120 sqlite3demo_superlock unlock test.db "" busyhandler
H A Dthreadtest3.c539 static int busyhandler(void *pArg, int n){ in busyhandler() function
563 sqlite3_busy_handler(pDb->db, busyhandler, 0); in opendb_x()
H A Dwal2.test300 proc busyhandler x {
308 db busy busyhandler