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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h535 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c4297 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
8342 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8344 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8366 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8374 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
8413 ** <li> [sqlite3_mutex_enter()] </li>
17309 #define sqlite3_mutex_enter(X) macro
28776 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
136007 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h3984 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
8029 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8031 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8053 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8061 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
8100 ** <li> [sqlite3_mutex_enter()] </li>
H A Dshell.c15506 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1566 void sqlite3_mutex_enter(sqlite3_mutex*);

Completed in 624 milliseconds