Searched refs:milliseconds (Results 1 – 8 of 8) sorted by relevance
125 void sqlite3_win32_sleep(DWORD milliseconds); /* os_win.c */
1382 void sqlite3_win32_sleep(DWORD milliseconds){ in sqlite3_win32_sleep() argument1389 osWaitForSingleObjectEx(sleepObj, milliseconds, FALSE); in sqlite3_win32_sleep()1391 osSleep(milliseconds); in sqlite3_win32_sleep()
944 ** of 25 milliseconds before the first retry and with the delay increasing945 ** by an additional 25 milliseconds with each subsequent retry. This946 ** 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 sleeping2777 ** 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
4579 ".timeout MS Try opening locked tables for MS milliseconds",
245 # milliseconds; Query or change the setting of the busy timeout.
142 # a busy-timeout of 2000 milliseconds. So check that trying to
676 # .timeout MS Try opening locked tables for MS milliseconds
710 # minutes to prepare. This has been speeded up to about 250 milliseconds.