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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3ext.h408 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c3444 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
6313 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6315 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6337 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6345 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
6384 ** <li> [sqlite3_mutex_enter()] </li>
9893 #define sqlite3_mutex_enter(X) macro
13818 sqlite3_mutex_enter(db->mutex);
14402 sqlite3_mutex_enter(mutex);
15051 sqlite3_mutex_enter(sqlite3MutexAllo
17815 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
92585 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h2873 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5742 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5744 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5766 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5774 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5813 ** <li> [sqlite3_mutex_enter()] </li>
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h373 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c3187 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5901 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5903 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5925 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5933 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5972 ** <li> [sqlite3_mutex_enter()] </li>
9287 #define sqlite3_mutex_enter(X) macro
13086 sqlite3_mutex_enter(db->mutex);
13640 sqlite3_mutex_enter(mutex);
14292 sqlite3_mutex_enter(sqlite3MutexAllo
16881 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
89265 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h2634 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5348 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5350 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5372 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5380 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5419 ** <li> [sqlite3_mutex_enter()] </li>

Completed in 964 milliseconds