MCPcopy Create free account
hub / github.com/beefytech/Beef / ThreadStopped

Method ThreadStopped

BeefRT/dbg/gc.cpp:2059–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057}
2058
2059void BFGC::ThreadStopped(BfDbgInternalThread* thread)
2060{
2061 Beefy::AutoCrit autoCrit(mCritSect);
2062 // Keep sync to avoid having the thread exit while the GC is trying to pause it,
2063 // but do the actual cleanup from the GC's thread
2064
2065 //thread->mDone = true;
2066
2067 //printf("ThreadStopped: %p intern:%p TID:%d\n", thread->mThread, thread, ::GetCurrentThreadId());
2068}
2069
2070void BFGC::ThreadStarted()
2071{

Callers 1

DllMainFunction · 0.45

Calls 2

IsEmptyMethod · 0.45
RemoveMethod · 0.45

Tested by

no test coverage detected