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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h5535 ** ^The xMutexEnd method defined by this structure is invoked as
5539 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5566 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5574 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5582 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6085 ** ^The xMutexEnd method defined by this structure is invoked as
6089 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6116 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6124 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6132 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
17263 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
17264 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]

Completed in 608 milliseconds