Searched refs:xMutexLeave (Results 1 – 2 of 2) sorted by relevance
7799 void (*xMutexLeave)(sqlite3_mutex *); member
8112 void (*xMutexLeave)(sqlite3_mutex *); member26885 pGlobalMutexMethods->xMutexLeave(pCheck->mutex);26949 pTo->xMutexLeave = pFrom->xMutexLeave;27046 assert( sqlite3GlobalConfig.mutex.xMutexLeave );27047 sqlite3GlobalConfig.mutex.xMutexLeave(p);