Searched refs:timeout (Results 1 – 19 of 19) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | testrunner.tcl | 120 set R(timeout) 10000 ;# Default busy-timeout for testrunner. 258 db timeout $R(timeout) 384 $dbhandle timeout $R(timeout) 555 db timeout $R(timeout) 571 db timeout $R(timeout) 690 db timeout $R(timeout)
|
| H A D | busy2.test | 31 code1 { db timeout 1000 } 61 # Configure all connections to use a 1000 ms timeout. 74 db2 timeout 1000 77 db1.2 timeout 1000 78 db timeout 1000
|
| H A D | walsetlk.test | 21 db timeout 1000 38 db2 timeout 1000 91 code1 { db timeout 1100 } 187 db2 timeout 1000
|
| H A D | soak.test | 30 -timeout { 73 # Loop until the timeout is reached or an error occurs.
|
| H A D | lock.test | 242 # Test the built-in busy timeout handler 245 # milliseconds; Query or change the setting of the busy timeout. 248 db2 timeout 400 257 db2 timeout 0
|
| H A D | shell1.test | 676 # .timeout MS Try opening locked tables for MS milliseconds 678 catchcmd "test.db" ".timeout" 681 catchcmd "test.db" ".timeout zzz" 682 # this should be treated the same as a '0' timeout 685 catchcmd "test.db" ".timeout 1" 689 catchcmd "test.db" ".timeout 1 BAD"
|
| H A D | tkt3093.test | 51 # timeout.
|
| H A D | walprotocol2.test | 88 db timeout 10
|
| H A D | lock4.test | 74 db timeout 1000000
|
| H A D | tclsqlite.test | 45 …te, profile, progress, rekey, restore, rollback_hook, serialize, status, timeout, total_changes, t… 138 set v [catch {db timeout} msg] 140 } {1 {wrong # args: should be "db timeout MILLISECONDS"}}
|
| H A D | sort4.test | 44 # is run exactly once. Otherwise, tests are repeated until the timeout
|
| H A D | misc7.test | 142 # a busy-timeout of 2000 milliseconds. So check that trying to
|
| H A D | wal.test | 46 db timeout 1000
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 668 var timeout; 673 timeout = undefined; 676 const callNow = immediate && !timeout; 677 clearTimeout(timeout); 678 timeout = setTimeout(later, wait);
|
| /sqlite-3.40.0/doc/ |
| H A D | wal-lock.md | 7 * configuring a timeout in ms using the sqlite3\_busy\_timeout() API. 78 * if the OS does not grant a blocking lock before the configured timeout
|
| /sqlite-3.40.0/tool/ |
| H A D | mkpragmatab.tcl | 372 COLS: timeout
|
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 7141 struct timespec timeout = {1, 0}; /* 1 sec timeout */ in proxyGetHostID() local 7142 if( gethostuuid(pHostID, &timeout) ){ in proxyGetHostID()
|
| H A D | shell.c.in | 4579 ".timeout MS Try opening locked tables for MS milliseconds", 10603 if( c=='t' && n>4 && cli_strncmp(azArg[0], "timeout", n)==0 ){
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 2826 | size 32768 pagesize 4096 filename timeout-2ca5b0658c98.db 3009 | end timeout-2ca5b0658c98.db
|