Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c6036 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
10116 #define sqlite3_mutex_held(X) ((void)(X),1) macro
15802 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) ); in vfsUnlink()
16984 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()
17003 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()
17022 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3LinkIntoList()
17037 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Link()
17072 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3OutOfMemory()
17088 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Checkout()
17105 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3FromMaster()
[all …]
H A Dsqlite3.h6008 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);