Searched refs:xMutexNotheld (Results 1 – 2 of 2) sorted by relevance
7801 int (*xMutexNotheld)(sqlite3_mutex *); member
8114 int (*xMutexNotheld)(sqlite3_mutex *); member26778 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex);26951 pTo->xMutexNotheld = pFrom->xMutexNotheld;27061 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld );27062 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);