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.c8889 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
18438 #define sqlite3_mutex_held(X) ((void)(X),1) macro
18446 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
25084 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()
25104 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()
25115 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()
25132 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()
27678 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()
28868 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()
28887 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()
[all …]
H A Dsqlite3.h8568 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
H A Dshell.c21042 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()