Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5459 int (*xMutexNotheld)(sqlite3_mutex *); member
H A Dsqlite3.c6012 int (*xMutexNotheld)(sqlite3_mutex *); member
16920 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h7532 int (*xMutexNotheld)(sqlite3_mutex *); member
H A Dsqlite3.c8571 int (*xMutexNotheld)(sqlite3_mutex *); member
25662 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
25835 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()
25945 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()
25946 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()