Searched refs:xMutexNotheld (Results 1 – 2 of 2) sorted by relevance
7763 int (*xMutexNotheld)(sqlite3_mutex *); member
8069 int (*xMutexNotheld)(sqlite3_mutex *); member26681 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex);26854 pTo->xMutexNotheld = pFrom->xMutexNotheld;26964 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld );26965 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);