Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_mutex_held

5100 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5146 ** <li> [sqlite3_mutex_held()] </li>
5189 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5206 ** ^If the argument to sqlite3_mutex_held
5211 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
5216 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);