MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / AutoGCBlocking

Method AutoGCBlocking

include/hx/CFFI.h:252–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250{
251public:
252 inline AutoGCBlocking(bool inSoftUnlock=false) :
253 mSoftUnlock(inSoftUnlock), mLocked( gc_try_blocking() ) { }
254 inline ~AutoGCBlocking() { Close(); }
255 inline void Close()
256 {

Callers

nothing calls this directly

Calls 1

gc_try_blockingFunction · 0.85

Tested by

no test coverage detected