Searched refs:xMutexNotheld (Results 1 – 2 of 2) sorted by relevance
8140 int (*xMutexNotheld)(sqlite3_mutex *); member
8453 int (*xMutexNotheld)(sqlite3_mutex *); member28536 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()28709 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()28819 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()28820 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()