Searched refs:xMutexLeave (Results 1 – 2 of 2) sorted by relevance
8163 void (*xMutexLeave)(sqlite3_mutex *); member
8476 void (*xMutexLeave)(sqlite3_mutex *); member28922 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()28986 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()29083 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()29084 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()