| 2057 | } |
| 2058 | |
| 2059 | void 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 | |
| 2070 | void BFGC::ThreadStarted() |
| 2071 | { |