Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_mutex_alloc

1116 ** Mutexes are created using [sqlite3_mutex_alloc()].
6735 ** ^The sqlite3_mutex_alloc() routine allocates a new
6736 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
6738 ** mutex. The argument to sqlite3_mutex_alloc() must one of these
6759 sqlite3_mutex_alloc() to create
6769 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
6779 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6816 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
6855 ** <li> [sqlite3_mutex_alloc()] </li>
6937 ** The [sqlite3_mutex_alloc()] interface takes a single argument