Home
last modified time | relevance | path

Searched refs:milliseconds (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dmutex_w32.c125 void sqlite3_win32_sleep(DWORD milliseconds); /* os_win.c */
H A Dos_win.c1382 void sqlite3_win32_sleep(DWORD milliseconds){ in sqlite3_win32_sleep() argument
1389 osWaitForSingleObjectEx(sleepObj, milliseconds, FALSE); in sqlite3_win32_sleep()
1391 osSleep(milliseconds); in sqlite3_win32_sleep()
H A Dsqlite.h.in944 ** of 25 milliseconds before the first retry and with the delay increasing
945 ** by an additional 25 milliseconds with each subsequent retry. This
946 ** opcode allows these two values (10 retries and 25 milliseconds of delay)
1142 ** to block for up to M milliseconds before failing when attempting to
1436 ** Day Number multiplied by 86400000 (the number of milliseconds in
2776 ** will sleep multiple times until at least "ms" milliseconds of sleeping
2777 ** have accumulated. ^After at least "ms" milliseconds of sleeping,
6143 ** for at least a number of milliseconds specified in its parameter.
6147 ** the nearest second. The number of milliseconds of sleep actually
H A Dshell.c.in4579 ".timeout MS Try opening locked tables for MS milliseconds",
/sqlite-3.40.0/test/
H A Dlock.test245 # milliseconds; Query or change the setting of the busy timeout.
H A Dmisc7.test142 # a busy-timeout of 2000 milliseconds. So check that trying to
H A Dshell1.test676 # .timeout MS Try opening locked tables for MS milliseconds
H A Dmisc1.test710 # minutes to prepare. This has been speeded up to about 250 milliseconds.