Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c8728 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
17795 #define sqlite3_mutex_held(X) ((void)(X),1) macro
17803 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
24386 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()
24406 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()
24417 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()
24434 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()
26923 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()
28113 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()
28132 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()
[all …]
H A Dsqlite3.h8409 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
H A Dshell.c19027 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()