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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 408 milliseconds