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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5376 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5423 ** <li> [sqlite3_mutex_notheld()] </li>
5465 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5488 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5493 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c5929 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5976 ** <li> [sqlite3_mutex_notheld()] </li>
6018 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6041 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6046 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
9291 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
16913 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
16919 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
17012 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17310 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]

Completed in 270 milliseconds