Lines Matching refs:sqlite3_sleep
7109 ** The sqlite3_sleep() function causes the current thread to suspend execution
7120 ** all, then the behavior of sqlite3_sleep() may deviate from the description
7123 ** If a negative argument is passed to sqlite3_sleep() the results vary by
7127 ** argument passed into sqlite3_sleep() is changed to zero before it is relayed
7130 SQLITE_API int sqlite3_sleep(int);
142773 #define sqlite3_sleep sqlite3_api->sleep
143260 sqlite3_sleep,
191226 SQLITE_API int sqlite3_sleep(int ms){