Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_mutex_held

5555 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5601 ** <li> [sqlite3_mutex_held()] </li>
5644 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5661 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
5666 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
5671 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);