MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / recoverLeaveMutex

Function recoverLeaveMutex

modules/dasSQLITE/sqlite/shell.c:13764–13766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13762 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
13763}
13764static void recoverLeaveMutex(void){
13765 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
13766}
13767#endif
13768#if SQLITE_THREADSAFE+0>=1 && defined(SQLITE_DEBUG)
13769static void recoverAssertMutexHeld(void){

Callers 1

recoverStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected