Lines Matching refs:sqlite3_sleep
6503 ** The sqlite3_sleep() function causes the current thread to suspend execution
6514 ** all, then the behavior of sqlite3_sleep() may deviate from the description
6517 SQLITE_API int sqlite3_sleep(int);
132465 #define sqlite3_sleep sqlite3_api->sleep
132940 sqlite3_sleep,
177362 SQLITE_API int sqlite3_sleep(int ms){