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

/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1498 sqlite3_sleep(25);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h514 #define sqlite3_sleep sqlite3_api->sleep macro
H A Dsqlite3.h5978 ** The sqlite3_sleep() function causes the current thread to suspend execution
5989 ** all, then the behavior of sqlite3_sleep() may deviate from the description
5992 SQLITE_API int sqlite3_sleep(int);
H A Dshell.c14598 ** Scalar function "usleep(X)" invokes sqlite3_sleep(X) and returns X.
14607 sqlite3_sleep(sleep/1000);
15512 sqlite3_sleep(2000);
19259 sqlite3_sleep(100);
H A Dsqlite3.c7041 ** The sqlite3_sleep() function causes the current thread to suspend execution
7052 ** all, then the behavior of sqlite3_sleep() may deviate from the description
7055 SQLITE_API int sqlite3_sleep(int);
125904 #define sqlite3_sleep macro
167846 SQLITE_API int sqlite3_sleep(int ms){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3150 sqlite3_sleep(100);

Completed in 1172 milliseconds