Searched refs:xMutexNotheld (Results 1 – 4 of 4) sorted by relevance
6897 int (*xMutexNotheld)(sqlite3_mutex *); member
7921 int (*xMutexNotheld)(sqlite3_mutex *); member23549 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()23722 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()23831 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()23832 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()