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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h402 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4364 ** The sqlite3_sleep() function causes the current thread to suspend execution
4375 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4378 SQLITE_API int sqlite3_sleep(int);
H A Dsqlite3.c4914 ** The sqlite3_sleep() function causes the current thread to suspend execution
4925 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4928 SQLITE_API int sqlite3_sleep(int);
91249 #define sqlite3_sleep macro
114872 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]

Completed in 426 milliseconds