Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_mutex_try

5072 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5074 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5075 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5086 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5088 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5096 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5105 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5144 ** <li> [sqlite3_mutex_try()] </li>