Searched refs:xMutexLeave (Results 1 – 2 of 2) sorted by relevance
8374 void (*xMutexLeave)(sqlite3_mutex *); member
8693 void (*xMutexLeave)(sqlite3_mutex *); member29421 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()29485 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()29582 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()29583 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()