Searched refs:xMutexLeave (Results 1 – 2 of 2) sorted by relevance
8533 void (*xMutexLeave)(sqlite3_mutex *); member
8854 void (*xMutexLeave)(sqlite3_mutex *); member30185 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()30249 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()30346 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()30347 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()