Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_mutex_notheld

5555 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5602 ** <li> [sqlite3_mutex_notheld()] </li>
5644 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5667 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5672 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);