Searched refs:SQLITE_MUTEX_STATIC_MASTER (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1237 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5307 ** <li> SQLITE_MUTEX_STATIC_MASTER
5508 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c1790 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5860 ** <li> SQLITE_MUTEX_STATIC_MASTER
6061 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
13638 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14292 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14295 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14597 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14612 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14639 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14659 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7664 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c8727 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
[all...]

Completed in 942 milliseconds