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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c6056 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6102 ** <li> [sqlite3_mutex_held()] </li>
6145 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6162 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
6167 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
6172 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
9518 #define sqlite3_mutex_held(X) ((void)(X),1) macro
14939 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
16073 assert( sqlite3_mutex_held(mem3.mutex) );
16092 assert( sqlite3_mutex_held(mem
17340 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){ function
[all...]
H A Dsqlite3.h5506 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5552 ** <li> [sqlite3_mutex_held()] </li>
5595 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5612 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
5617 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
5622 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);

Completed in 429 milliseconds