Searched refs:nMicro (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c17465 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ argument
17466 return pVfs->xSleep(pVfs, nMicro);
162731 rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17465 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ argument
17466 return pVfs->xSleep(pVfs, nMicro);
162761 rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro) argument
[all...]

Completed in 1849 milliseconds