Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h8528 int (*xMutexEnd)(void); member
H A Dsqlite3.c8849 int (*xMutexEnd)(void); member
30086 int rc = pGlobalMutexMethods->xMutexEnd(); in checkMutexEnd()
30245 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
30272 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
30273 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()