Searched refs:xMutexNotheld (Results 1 – 4 of 4) sorted by relevance
5459 int (*xMutexNotheld)(sqlite3_mutex *); member
6012 int (*xMutexNotheld)(sqlite3_mutex *); member16920 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()
7532 int (*xMutexNotheld)(sqlite3_mutex *); member
8571 int (*xMutexNotheld)(sqlite3_mutex *); member25662 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()25835 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()25945 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()25946 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()