Lines Matching refs:sqlite3_mutex_alloc
1262 ** Mutexes are created using [sqlite3_mutex_alloc()].
8001 ** ^The sqlite3_mutex_alloc() routine allocates a new
8002 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
8004 ** mutex. The argument to sqlite3_mutex_alloc() must one of these
8025 ** cause sqlite3_mutex_alloc() to create
8035 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8045 ** 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()] interface takes a single argument