Searched refs:xMutexNotheld (Results 1 – 2 of 2) sorted by relevance
8376 int (*xMutexNotheld)(sqlite3_mutex *); member
8695 int (*xMutexNotheld)(sqlite3_mutex *); member29314 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()29487 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()29610 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()29611 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()