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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h425 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c3264 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
6310 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6312 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6332 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6340 SQLITE_API void SQLITE_STDCALL sqlite3_mutex_enter(sqlite3_mutex*);
6379 ** <li> [sqlite3_mutex_enter()] </li>
10839 #define sqlite3_mutex_enter(X) macro
15126 sqlite3_mutex_enter(pMutex);
15166 sqlite3_mutex_enter(db->mutex);
15766 sqlite3_mutex_enter(mute
19216 SQLITE_API void SQLITE_STDCALL sqlite3_mutex_enter(sqlite3_mutex *p){ function
102280 #define sqlite3_mutex_enter macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h425 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c3264 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
6310 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6312 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6332 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6340 SQLITE_API void SQLITE_STDCALL sqlite3_mutex_enter(sqlite3_mutex*);
6379 ** <li> [sqlite3_mutex_enter()] </li>
10839 #define sqlite3_mutex_enter(X) macro
15126 sqlite3_mutex_enter(pMutex);
15166 sqlite3_mutex_enter(db->mutex);
15766 sqlite3_mutex_enter(mute
19216 SQLITE_API void SQLITE_STDCALL sqlite3_mutex_enter(sqlite3_mutex *p){ function
102298 #define sqlite3_mutex_enter macro
[all...]

Completed in 371 milliseconds