Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance
534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
1262 ** Mutexes are created using [sqlite3_mutex_alloc()].8001 ** ^The sqlite3_mutex_alloc() routine allocates a new8002 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()8004 ** mutex. The argument to sqlite3_mutex_alloc() must one of these8025 ** cause sqlite3_mutex_alloc() to create8035 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other8045 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()8084 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);8123 ** <li> [sqlite3_mutex_alloc()] </li>8205 ** The [sqlite3_mutex_alloc()] interfac[all...]
16769 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex() 16772 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex() 16777 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
1575 ** Mutexes are created using [sqlite3_mutex_alloc()].8314 ** ^The sqlite3_mutex_alloc() routine allocates a new8315 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()8317 ** mutex. The argument to sqlite3_mutex_alloc() must one of these8338 ** cause sqlite3_mutex_alloc() to create8348 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other8358 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()8397 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);8436 ** <li> [sqlite3_mutex_alloc()] </li>8518 ** The [sqlite3_mutex_alloc()] interfac17357 #define sqlite3_mutex_alloc( global() macro 29023 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ sqlite3_mutex_alloc() function [all...]