MCPcopy Create free account
hub / github.com/bazz1tv/snestracker / GlobalPoolCreateSync

Method GlobalPoolCreateSync

pc/ext/unrar/threadmisc.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48 CRITSECT_HANDLE CritSection;
49 GlobalPoolCreateSync() { CriticalSectionCreate(&CritSection); }
50 ~GlobalPoolCreateSync() { CriticalSectionDelete(&CritSection); }
51} PoolCreateSync;
52

Callers

nothing calls this directly

Calls 1

CriticalSectionCreateFunction · 0.85

Tested by

no test coverage detected