Searched refs:sqlite3_mutex_notheld (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4612 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
4660 ** <li> [sqlite3_mutex_notheld()] </li>
4687 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
4710 ** the appropriate thing to do. {H17086} The sqlite3_mutex_notheld()
4714 int sqlite3_mutex_notheld(sqlite3_mutex*);
/external/sqlite/dist/orig/
H A Dsqlite3.h5555 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5602 ** <li> [sqlite3_mutex_notheld()] </li>
5644 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5667 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5672 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c6105 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6152 ** <li> [sqlite3_mutex_notheld()] </li>
6194 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6217 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6222 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
9577 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
17401 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17407 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
17500 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17798 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5555 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5602 ** <li> [sqlite3_mutex_notheld()] </li>
5644 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5667 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5672 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c6105 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6152 ** <li> [sqlite3_mutex_notheld()] </li>
6194 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6217 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6222 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
9577 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
17401 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17407 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
17500 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17798 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routin
[all...]

Completed in 274 milliseconds