Home
last modified time | relevance | path

Searched refs:sqlite3_sleep (Results 1 - 5 of 5) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h542 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h6194 ** The sqlite3_sleep() function causes the current thread to suspend execution
6205 ** all, then the behavior of sqlite3_sleep() may deviate from the description
6208 SQLITE_API int sqlite3_sleep(int);
/third_party/python/Modules/_sqlite/
H A Dconnection.c2000 sqlite3_sleep(sleep_ms); in pysqlite_connection_backup_impl()
/third_party/sqlite/src/
H A Dshell.c19353 ** Scalar function "usleep(X)" invokes sqlite3_sleep(X) and returns X.
19362 sqlite3_sleep(sleep/1000); in shellUSleepFunc()
20287 sqlite3_sleep(2000); in output_reset()
23912 sqlite3_sleep(100); in do_meta_command()
H A Dsqlite3.c6503 ** 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 global() macro
177362 SQLITE_API int sqlite3_sleep(int ms){ global() function
[all...]

Completed in 191 milliseconds