Lines Matching refs:sqlite3_mutex_try
8054 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8056 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8057 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8066 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
8068 ** sqlite3_mutex_try() as an optimization, so this is acceptable
8071 ** sqlite3_mutex_try() is required.)^
8078 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8087 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
8126 ** <li> [sqlite3_mutex_try()] </li>