Searched refs:sqlite3_mutex_enter (Results 1 – 4 of 4) sorted by relevance
535 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
4316 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning8367 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt8369 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return8391 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),8399 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);8438 ** <li> [sqlite3_mutex_enter()] </li>17359 #define sqlite3_mutex_enter(X) macro 29055 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ sqlite3_mutex_enter() function [all...]
4003 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning8054 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt8056 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return8078 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),8086 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);8125 ** <li> [sqlite3_mutex_enter()] </li>
16769 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()