Searched refs:xMutexLeave (Results 1 – 3 of 3) sorted by relevance
1583 void function (sqlite3_mutex *) xMutexLeave;
8138 void (*xMutexLeave)(sqlite3_mutex *); member
8451 void (*xMutexLeave)(sqlite3_mutex *); member28643 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()28707 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()28804 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()28805 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()