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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c5929 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5975 ** <li> [sqlite3_mutex_held()] </li>
6018 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6035 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
6040 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
6045 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
9290 #define sqlite3_mutex_held(X) ((void)(X),1) macro
14612 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
15649 assert( sqlite3_mutex_held(mem3.mutex) );
15668 assert( sqlite3_mutex_held(mem
16916 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){ function
[all...]
H A Dsqlite3.h5376 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5422 ** <li> [sqlite3_mutex_held()] </li>
5465 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5482 ** ^If the argument to sqlite3_mutex_held() is a NULL pointer then
5487 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
5492 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c8579 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8625 ** <li> [sqlite3_mutex_held()] </li>
8668 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8685 ** If the argument to sqlite3_mutex_held() is a NULL pointer then
8690 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
8695 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
16696 #define sqlite3_mutex_held(X) ((void)(X),1) macro
16704 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
21669 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
21689 assert( sqlite3_mutex_held(statMute
26283 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){ function
[all...]
H A Dsqlite3.h7516 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
7562 ** <li> [sqlite3_mutex_held()] </li>
7605 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
7622 ** If the argument to sqlite3_mutex_held() is a NULL pointer then
7627 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
7632 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);

Completed in 950 milliseconds