Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h8374 void (*xMutexLeave)(sqlite3_mutex *); member
H A Dsqlite3.c8693 void (*xMutexLeave)(sqlite3_mutex *); member
29421 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()