Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_try (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dmutex.h60 #define sqlite3_mutex_try(X) SQLITE_OK macro
H A Dmutex.c324 int sqlite3_mutex_try(sqlite3_mutex *p){ in sqlite3_mutex_try() function
H A Dbtmutex.c112 if( sqlite3_mutex_try(p->pBt->mutex)==SQLITE_OK ){ in btreeLockCarefully()
H A Dloadext.c311 sqlite3_mutex_try,
H A Dsqlite3ext.h531 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dtest_quota.c41 #define sqlite3_mutex_try(X) SQLITE_OK macro
H A Dsqlite.h.in7779 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
7781 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
7782 ** 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(), or
7810 int sqlite3_mutex_try(sqlite3_mutex*);
7849 ** <li> [sqlite3_mutex_try()] </li>
/sqlite-3.40.0/test/
H A Dpermutations.test905 The sqlite3_mutex_try() interface always fails