Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h8376 int (*xMutexNotheld)(sqlite3_mutex *); member
H A Dsqlite3.c8695 int (*xMutexNotheld)(sqlite3_mutex *); member
29314 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
29487 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()
29610 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()
29611 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()