Searched defs:sqlite3_sleep (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h433 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.c5039 ** The sqlite3_sleep() function causes the current thread to suspend execution
5050 ** all, then the behavior of sqlite3_sleep() may deviate from the description
5053 SQLITE_API int SQLITE_STDCALL sqlite3_sleep(int);
102288 #define sqlite3_sleep macro
131283 SQLITE_API int SQLITE_STDCALL sqlite3_sleep(int ms){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h433 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.c5039 ** The sqlite3_sleep() function causes the current thread to suspend execution
5050 ** all, then the behavior of sqlite3_sleep() may deviate from the description
5053 SQLITE_API int SQLITE_STDCALL sqlite3_sleep(int);
102306 #define sqlite3_sleep macro
131301 SQLITE_API int SQLITE_STDCALL sqlite3_sleep(int ms){ function
[all...]

Completed in 833 milliseconds