Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h8369 int (*xMutexEnd)(void); member
H A Dsqlite3.c8688 int (*xMutexEnd)(void); member
29481 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
29508 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
29509 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()