Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h7763 int (*xMutexNotheld)(sqlite3_mutex *); member
H A Dsqlite3.c8069 int (*xMutexNotheld)(sqlite3_mutex *); member
26681 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex);
26854 pTo->xMutexNotheld = pFrom->xMutexNotheld;
26964 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld );
26965 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);