HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_sleep (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 169 sqlite3_sleep.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 553 #define sqlite3_sleep sqlite3_api->sleep macro
sqlite3.h 6788 ** The sqlite3_sleep() function causes the current thread to suspend execution
6799 ** all, then the behavior of sqlite3_sleep() may deviate from the description
6802 ** If a negative argument is passed to sqlite3_sleep() the results vary by
6806 ** argument passed into sqlite3_sleep() is changed to zero before it is relayed
6809 SQLITE_API int sqlite3_sleep(int);
shell.c 24334 if( zResult==0 ) sqlite3_sleep(50);
24341 sqlite3_sleep(50);
27875 ** Scalar function "usleep(X)" invokes sqlite3_sleep(X) and returns X.
27884 sqlite3_sleep(sleep/1000);
28887 sqlite3_sleep(2000);
    [all...]
sqlite3.c 7109 ** The sqlite3_sleep() function causes the current thread to suspend execution
7120 ** all, then the behavior of sqlite3_sleep() may deviate from the description
7123 ** If a negative argument is passed to sqlite3_sleep() the results vary by
7127 ** argument passed into sqlite3_sleep() is changed to zero before it is relayed
7130 SQLITE_API int sqlite3_sleep(int);
142773 #define sqlite3_sleep macro
191226 SQLITE_API int sqlite3_sleep(int ms){ function
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3713 sqlite3_sleep(100);

Completed in 217 milliseconds