Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_mutex_try

5527 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5529 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5530 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5541 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5543 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5551 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5560 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5599 ** <li> [sqlite3_mutex_try()] </li>