Lines Matching defs:xMutexNotheld
8204 ** xMutexNotheld) implement the following interfaces (respectively):
8249 int (*xMutexNotheld)(sqlite3_mutex *);
27641 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex);
27814 pTo->xMutexNotheld = pFrom->xMutexNotheld;
27924 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld );
27925 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);