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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h394 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c3242 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
6028 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6030 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6052 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6060 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
6099 ** <li> [sqlite3_mutex_enter()] </li>
9515 #define sqlite3_mutex_enter(X) macro
13363 sqlite3_mutex_enter(db->mutex);
13944 sqlite3_mutex_enter(mutex);
14593 sqlite3_mutex_enter(sqlite3MutexAllo
17305 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
91241 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h2692 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5478 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5480 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5502 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5510 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5549 ** <li> [sqlite3_mutex_enter()] </li>

Completed in 348 milliseconds