Searched refs:sqlite3_mutex_try (Results 1 – 8 of 8) sorted by relevance
60 #define sqlite3_mutex_try(X) SQLITE_OK macro
324 int sqlite3_mutex_try(sqlite3_mutex *p){ in sqlite3_mutex_try() function
112 if( sqlite3_mutex_try(p->pBt->mutex)==SQLITE_OK ){ in btreeLockCarefully()
311 sqlite3_mutex_try,
531 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
41 #define sqlite3_mutex_try(X) SQLITE_OK macro
7779 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt7781 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return7782 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]7791 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()7793 ** sqlite3_mutex_try() as an optimization so this is acceptable 7801 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or7810 int sqlite3_mutex_try(sqlite3_mutex*);7849 ** <li> [sqlite3_mutex_try()] </li>
905 The sqlite3_mutex_try() interface always fails