Lines Matching refs:xMutexTry
7875 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
7918 int (*xMutexTry)(sqlite3_mutex *);
23633 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){
23648 return pGlobalMutexMethods->xMutexTry(pCheck->mutex);
23719 pTo->xMutexTry = pFrom->xMutexTry;
23802 assert( sqlite3GlobalConfig.mutex.xMutexTry );
23803 return sqlite3GlobalConfig.mutex.xMutexTry(p);