Home
last modified time | relevance | path

Searched refs:xMutexLeave (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h8163 void (*xMutexLeave)(sqlite3_mutex *); member
H A Dsqlite3.c8476 void (*xMutexLeave)(sqlite3_mutex *); member
28922 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()