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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9520 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
11492 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
13942 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14593 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14596 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14924 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14939 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14966 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); )
14986 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
15587 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_ME
17284 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]

Completed in 379 milliseconds