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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h508 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c4836 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
8570 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
8576 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
8585 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
8624 ** <li> [sqlite3_mutex_leave()] </li>
16695 #define sqlite3_mutex_leave(X) macro
21751 sqlite3_mutex_leave(pMutex);
21987 sqlite3_mutex_leave(db->mutex);
22518 sqlite3_mutex_leave(mutex);
23210 sqlite3_mutex_leave(sqlite3MutexAllo
26271 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
125898 #define sqlite3_mutex_leave macro
[all...]
H A Dsqlite3.h3773 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
7507 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
7513 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
7522 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
7561 ** <li> [sqlite3_mutex_leave()] </li>

Completed in 578 milliseconds