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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h396 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c3243 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
6046 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
6053 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
6062 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
6101 ** <li> [sqlite3_mutex_leave()] </li>
9517 #define sqlite3_mutex_leave(X) macro
13502 sqlite3_mutex_leave(db->mutex);
13950 sqlite3_mutex_leave(mutex);
14596 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14931 sqlite3_mutex_leave(mute
17329 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
91243 #define sqlite3_mutex_leave macro
[all...]
H A Dsqlite3.h2693 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
5496 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
5503 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
5512 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
5551 ** <li> [sqlite3_mutex_leave()] </li>

Completed in 399 milliseconds