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

/macosx-10.10/Heimdal-398.1.2/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*);

Completed in 515 milliseconds