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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1595 int sqlite3_mutex_notheld(sqlite3_mutex*);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8057 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8104 ** <li> [sqlite3_mutex_notheld()] </li>
8146 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8169 ** the appropriate thing to do. The sqlite3_mutex_notheld()
8174 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8370 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8417 ** <li> [sqlite3_mutex_notheld()] </li>
8459 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8482 ** the appropriate thing to do. The sqlite3_mutex_notheld()
8487 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
17313 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
28818 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
[all...]

Completed in 876 milliseconds