Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h7794 int (*xMutexEnd)(void); member
/third_party/sqlite/src/
Dsqlite3.c8107 int (*xMutexEnd)(void); member
26945 pTo->xMutexEnd = pFrom->xMutexEnd;
26972 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
26973 rc = sqlite3GlobalConfig.mutex.xMutexEnd();