Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.h8140 int (*xMutexNotheld)(sqlite3_mutex *); member
Dsqlite3.c8453 int (*xMutexNotheld)(sqlite3_mutex *); member
28536 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
28709 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()
28819 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()
28820 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()