Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c8887 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
18417 #define sqlite3_mutex_held(X) ((void)(X),1) macro
18425 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
25054 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()
25074 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()
25085 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()
25102 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()
27648 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()
28838 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()
28857 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()
[all …]
H A Dsqlite3.h8566 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
H A Dshell.c21004 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()