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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h506 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c4835 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
8553 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8555 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8575 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
8583 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
8622 ** <li> [sqlite3_mutex_enter()] </li>
16693 #define sqlite3_mutex_enter(X) macro
21745 sqlite3_mutex_enter(pMutex);
21811 sqlite3_mutex_enter(db->mutex);
22512 sqlite3_mutex_enter(mute
26245 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
125896 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h3772 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
7490 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
7492 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
7512 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
7520 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
7559 ** <li> [sqlite3_mutex_enter()] </li>

Completed in 621 milliseconds