Lines Matching defs:xMutexTry
8432 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
8475 int (*xMutexTry)(sqlite3_mutex *);
28899 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){
28914 return pGlobalMutexMethods->xMutexTry(pCheck->mutex);
28985 pTo->xMutexTry = pFrom->xMutexTry;
29069 assert( sqlite3GlobalConfig.mutex.xMutexTry );
29070 return sqlite3GlobalConfig.mutex.xMutexTry(p);