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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h381 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4268 ** The sqlite3_sleep() function causes the current thread to suspend execution
4279 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4282 SQLITE_API int sqlite3_sleep(int);
H A Dsqlite3.c4821 ** The sqlite3_sleep() function causes the current thread to suspend execution
4832 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4835 SQLITE_API int sqlite3_sleep(int);
89273 #define sqlite3_sleep macro
112781 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]

Completed in 401 milliseconds