Searched refs:sqlite3_mutex_leave (Results 1 – 6 of 6) sorted by relevance
353 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
4618 void sqlite3_mutex_leave(sqlite3_mutex*);
5656 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);8789 #define sqlite3_mutex_leave(X) macro12607 sqlite3_mutex_leave(db->mutex); in sqlite3_db_status()13082 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in localtimeOffset()13665 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()13974 sqlite3_mutex_leave(mutex); in sqlite3_vfs_find()14020 sqlite3_mutex_leave(mutex); in sqlite3_vfs_register()14033 sqlite3_mutex_leave(mutex); in sqlite3_vfs_unregister()14632 sqlite3_mutex_leave(mem.mutex); in sqlite3MemMalloc()14669 sqlite3_mutex_leave(mem.mutex); in sqlite3MemFree()[all …]
5109 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
2934 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after5633 ** ^The sqlite3_mutex_leave() routine exits a mutex that was5640 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines5649 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);5688 ** <li> [sqlite3_mutex_leave()] </li>8782 #define sqlite3_mutex_leave(X)12600 sqlite3_mutex_leave(db->mutex);13075 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));13658 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));13967 sqlite3_mutex_leave(mutex);[all …]
2391 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after5090 ** ^The sqlite3_mutex_leave() routine exits a mutex that was5097 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines5106 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);5145 ** <li> [sqlite3_mutex_leave()] </li>