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

/external/sqlite/dist/orig/
H A Dsqlite3.c6430 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6476 ** <li> [sqlite3_mutex_held()] </li>
6519 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6536 ** If the argument to sqlite3_mutex_held() is a NULL pointer then
6541 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
6546 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_held(sqlite3_mutex*);
11507 #define sqlite3_mutex_held(X) ((void)(X),1) macro
15813 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
15833 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
15844 assert( sqlite3_mutex_held(statMute
20031 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_held(sqlite3_mutex *p){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6430 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6476 ** <li> [sqlite3_mutex_held()] </li>
6519 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6536 ** If the argument to sqlite3_mutex_held() is a NULL pointer then
6541 ** call to sqlite3_mutex_held() to fail, so a non-zero return is
6546 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_held(sqlite3_mutex*);
11507 #define sqlite3_mutex_held(X) ((void)(X),1) macro
15813 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
15833 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex()
15844 assert( sqlite3_mutex_held(statMute
20031 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_held(sqlite3_mutex *p){ function
[all...]

Completed in 415 milliseconds