Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h534 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.h3910 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
7831 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
7833 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
7853 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
7861 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
7900 ** <li> [sqlite3_mutex_enter()] </li>
/third_party/sqlite/src/
H A Dsqlite3.c4216 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
8140 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8142 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8162 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
8170 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
8209 ** <li> [sqlite3_mutex_enter()] </li>
16733 #define sqlite3_mutex_enter(X) macro
27881 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ sqlite3_mutex_enter() function
132457 #define sqlite3_mutex_enter global() macro
[all...]
H A Dshell.c12909 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()

Completed in 180 milliseconds