Lines Matching refs:sqlite3_mutex_alloc
8168 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16731 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
27845 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){
38200 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
41418 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
48894 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
51713 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
132243 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
132717 sqlite3_mutex_alloc,
213934 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
244463 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244474 openssl_random_mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
244478 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244483 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244494 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244934 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244936 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244945 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244949 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244957 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244959 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244963 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244965 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244970 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244972 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244976 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));
244978 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER));