Searched defs:sqlite3_mutex_try (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c5217 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5219 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5220 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5231 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5233 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5241 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5250 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5290 ** <li> [sqlite3_mutex_try()] </li>
8160 #define sqlite3_mutex_try( macro
14509 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
76331 #define sqlite3_mutex_try macro
[all...]

Completed in 249 milliseconds