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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h359 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h3610 ** The sqlite3_sleep() function causes the current thread to suspend execution
3623 int sqlite3_sleep(int);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h402 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4404 ** The sqlite3_sleep() function causes the current thread to suspend execution
4415 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4418 SQLITE_API int sqlite3_sleep(int);
H A Dshell.c2075 sqlite3_sleep(100);
H A Dsqlite3.c4954 ** The sqlite3_sleep() function causes the current thread to suspend execution
4965 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4968 SQLITE_API int sqlite3_sleep(int);
91375 #define sqlite3_sleep macro
115115 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h402 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4404 ** The sqlite3_sleep() function causes the current thread to suspend execution
4415 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4418 SQLITE_API int sqlite3_sleep(int);
H A Dshell.c2094 sqlite3_sleep(100);
H A Dsqlite3.c4954 ** The sqlite3_sleep() function causes the current thread to suspend execution
4965 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4968 SQLITE_API int sqlite3_sleep(int);
91388 #define sqlite3_sleep macro
115143 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]

Completed in 1523 milliseconds