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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c311 sqlite3_sleep,
H A Dtest_thread.c256 sqlite3_sleep(50);
H A Dsqlite3ext.h378 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite.h.in4079 ** The sqlite3_sleep() function causes the current thread to suspend execution
4090 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4093 int sqlite3_sleep(int);
H A Dmain.c2387 int sqlite3_sleep(int ms){ function
H A Dtclsqlite.c2546 sqlite3_sleep(100);
H A Dtest1.c3382 ** Usage: sqlite3_sleep MILLISECONDS
3399 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_sleep(ms)));
5562 { "sqlite3_sleep", test_sleep, 0},
/external/sqlite/dist/orig/
H A Dsqlite3ext.h416 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4670 ** The sqlite3_sleep() function causes the current thread to suspend execution
4681 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4684 SQLITE_API int sqlite3_sleep(int);
H A Dshell.c2992 sqlite3_sleep(100);
H A Dsqlite3.c4785 ** The sqlite3_sleep() function causes the current thread to suspend execution
4796 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4799 SQLITE_API int sqlite3_sleep(int);
97387 #define sqlite3_sleep macro
125173 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h416 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4670 ** The sqlite3_sleep() function causes the current thread to suspend execution
4681 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4684 SQLITE_API int sqlite3_sleep(int);
H A Dshell.c3012 sqlite3_sleep(100);
H A Dsqlite3.c4785 ** The sqlite3_sleep() function causes the current thread to suspend execution
4796 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4799 SQLITE_API int sqlite3_sleep(int);
97407 #define sqlite3_sleep macro
125193 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4084 ** The sqlite3_sleep() function causes the current thread to suspend execution
4095 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4098 SQLITE_API int sqlite3_sleep(int);
H A Dsqlite3.c4627 ** The sqlite3_sleep() function causes the current thread to suspend execution
4638 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4641 SQLITE_API int sqlite3_sleep(int);
86860 #define sqlite3_sleep macro
109632 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]

Completed in 939 milliseconds