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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h375 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c3188 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
5919 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
5926 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
5935 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
5974 ** <li> [sqlite3_mutex_leave()] </li>
9289 #define sqlite3_mutex_leave(X) macro
13203 sqlite3_mutex_leave(db->mutex);
13646 sqlite3_mutex_leave(mutex);
14295 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14604 sqlite3_mutex_leave(mute
16905 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
89267 #define sqlite3_mutex_leave macro
[all...]
H A Dsqlite3.h2635 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
5366 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
5373 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
5382 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
5421 ** <li> [sqlite3_mutex_leave()] </li>

Completed in 400 milliseconds