Searched refs:xMutexTry (Results 1 – 3 of 3) sorted by relevance
1582 int function (sqlite3_mutex *) xMutexTry;
8137 int (*xMutexTry)(sqlite3_mutex *); member
8450 int (*xMutexTry)(sqlite3_mutex *); member28620 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()28635 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()28706 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()28790 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()28791 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()