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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h416 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h4557 ** The sqlite3_sleep() function causes the current thread to suspend execution
4568 ** all, then the behavior of sqlite3_sleep() may deviate from the description
4571 SQLITE_API int sqlite3_sleep(int);
H A Dshell.c2218 sqlite3_sleep(100);
H A Dsqlite3.c5128 ** The sqlite3_sleep() function causes the current thread to suspend execution
5139 ** all, then the behavior of sqlite3_sleep() may deviate from the description
5142 SQLITE_API int sqlite3_sleep(int);
92593 #define sqlite3_sleep macro
117744 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]
/freebsd-10.2-release/crypto/heimdal/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...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1235 sqlite3_sleep(25);

Completed in 609 milliseconds