Lines Matching refs:sqlite3_mutex_enter
3395 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
6788 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6790 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6810 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6818 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
6857 ** <li> [sqlite3_mutex_enter()] </li>