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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c9292 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
11266 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
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);
15163 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_ME
16860 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]

Completed in 317 milliseconds