Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6897 int (*xMutexNotheld)(sqlite3_mutex *); member
Dsqlite3.c7921 int (*xMutexNotheld)(sqlite3_mutex *); member
23549 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
23722 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()
23831 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()
23832 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()
/external/sqlite/dist/orig/
Dsqlite3.h6897 int (*xMutexNotheld)(sqlite3_mutex *); member
Dsqlite3.c7921 int (*xMutexNotheld)(sqlite3_mutex *); member
23549 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
23722 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()
23831 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld ); in sqlite3_mutex_notheld()
23832 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()