Lines Matching refs:sqlite3_mutex_held
5103 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5149 ** <li> [sqlite3_mutex_held()] </li>
5192 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5209 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
5214 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
5219 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);