HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3OsSleep (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os.h 269 int sqlite3OsSleep(sqlite3_vfs *, int);
test_devsym.c 364 return sqlite3OsSleep(g.pVfs, nMicro);
os.c 181 int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){
main.c 911 sqlite3OsSleep(db->pVfs, delay*1000);
919 sqlite3OsSleep(db->pVfs, 1000000);
    [all...]
test_journal.c 809 return sqlite3OsSleep(g.pVfs, nMicro);
test_vfs.c 714 return sqlite3OsSleep(PARENTVFS(pVfs), nMicro);
    [all...]
wal.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 53 milliseconds