Searched defs:sqlite3_mutex_notheld (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c142 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
148 int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
H A Dmutex.h67 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
H A Dtest_multiplex.c52 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
H A Dtest_quota.c44 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5730 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5777 ** <li> [sqlite3_mutex_notheld()] </li>
5819 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5842 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5847 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
8989 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
16522 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
16528 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
16621 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
16919 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c6044 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6091 ** <li> [sqlite3_mutex_notheld()] </li>
6133 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6156 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6161 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
10299 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
18511 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18517 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
18610 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18789 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6044 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6091 ** <li> [sqlite3_mutex_notheld()] </li>
6133 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6156 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6161 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
10299 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
18511 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18517 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
18610 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18789 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]

Completed in 469 milliseconds