Searched refs:sqlite3_mutex_notheld (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h5506 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5553 ** <li> [sqlite3_mutex_notheld()] </li>
5595 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5618 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5623 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c6056 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6103 ** <li> [sqlite3_mutex_notheld()] </li>
6145 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6168 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6173 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
9519 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
17337 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17343 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
17436 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17734 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]

Completed in 489 milliseconds