MCPcopy Create free account
hub / github.com/dobin/RedEdr / StopCleanupThread

Method StopCleanupThread

RedEdrShared/process_resolver.cpp:242–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242void ProcessResolver::StopCleanupThread() {
243 if (! cleanupThreadRunning) {
244 return;
245 }
246 cleanupThreadRunning = false;
247 if (cleanupThread.joinable()) {
248 cleanupThread.join();
249 }
250 LOG_A(LOG_INFO, "ProcessResolver: Cleanup thread stopped");
251}
252
253
254void ProcessResolver::CleanupWorker() {

Callers

nothing calls this directly

Calls 1

LOG_AFunction · 0.50

Tested by

no test coverage detected