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

Function recoverAssertMutexHeld

modules/dasSQLITE/sqlite/shell.c:13769–13771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13767#endif
13768#if SQLITE_THREADSAFE+0>=1 && defined(SQLITE_DEBUG)
13769static void recoverAssertMutexHeld(void){
13770 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) );
13771}
13772#else
13773# define recoverAssertMutexHeld()
13774#endif

Callers 2

recoverInstallWrapperFunction · 0.85
recoverUninstallWrapperFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected