Searched refs:xMutexEnd (Results 1 – 2 of 2) sorted by relevance
8528 int (*xMutexEnd)(void); member
8849 int (*xMutexEnd)(void); member30086 int rc = pGlobalMutexMethods->xMutexEnd(); in checkMutexEnd()30245 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()30272 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()30273 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()