Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_mutex_notheld

5100 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5147 ** <li> [sqlite3_mutex_notheld()] </li>
5189 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5212 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5217 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);