Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile140 sqlite3_mutex_held.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c8486 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
17312 #define sqlite3_mutex_held(X) ((void)(X),1) macro
17320 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
23803 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()
23823 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()
23834 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()
23851 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()
26145 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()
27335 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()
27354 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()
[all …]
H A Dsqlite3.h8173 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
H A Dshell.c15514 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1593 int sqlite3_mutex_held(sqlite3_mutex*);