Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1585 int function (sqlite3_mutex *) xMutexNotheld;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h8140 int (*xMutexNotheld)(sqlite3_mutex *); member
H A 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()