Home | History | Annotate | Download | only in dist

Lines Matching refs:xMutexEnd

6134 ** ^The xMutexEnd method defined by this structure is invoked as
6138 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6165 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6173 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6181 int (*xMutexEnd)(void);
17327 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
17328 rc = sqlite3GlobalConfig.mutex.xMutexEnd();