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

Function recoverEnterMutex

modules/dasSQLITE/sqlite/shell.c:13761–13763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13759# define recoverLeaveMutex()
13760#else
13761static void recoverEnterMutex(void){
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}

Callers 1

recoverStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected