Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6205 int (*xMutexEnd)(void); member
Dsqlite3.c6412 int (*xMutexEnd)(void); member
19173 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
19174 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()
/external/sqlite/dist/orig/
Dsqlite3.h6205 int (*xMutexEnd)(void); member
Dsqlite3.c6412 int (*xMutexEnd)(void); member
19173 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
19174 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()