Given the log events, containing time, name of thread and whether the thread has started or stopped :
_time , thread_name, start/end
How to build a list of thread names that a currently running?
↧