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

  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.h 29 ** sqlite3async_run()
94 ** If multiple simultaneous calls are made to sqlite3async_run() from two
97 void sqlite3async_run();
107 ** which the sqlite3async_run() parameter is configured.
110 ** value causes the sqlite3async_run() function to sleep for the
144 ** If the parameter is set to NEVER, then calls to sqlite3async_run()
146 ** to IDLE, then calls to sqlite3async_run() return as soon as the
148 ** to NOW, then calls to sqlite3async_run() return as quickly as
156 ** Modifying the "halt" parameter affects calls to sqlite3async_run()
163 ** sqlite3async_run() function sleeps for the configured number of
    [all...]
sqlite3async.c 1627 void sqlite3async_run(void){ function
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_async.c 85 sqlite3async_run();

Completed in 46 milliseconds