Home
last modified time | relevance | path

Searched refs:stopThread (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs600 while(!stopThread) in LoggingThreadBody()
731 stopThread = true; in StopLoggingThread()
769 private volatile bool stopThread = false; field in Antmicro.Renode.Logging.Logger.ActualLogger