Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp431 const bool is_main_thread = (thread.GetID() == GetID()); in MonitorCallback() local
438 status, thread.GetID(), is_main_thread ? "is" : "is not", in MonitorCallback()
444 assert(!is_main_thread && "Main thread exits handled elsewhere"); in MonitorCallback()
487 thread.GetID(), info_err, status, is_main_thread); in MonitorCallback()
516 const bool is_main_thread = (thread.GetID() == GetID()); in MonitorSIGTRAP() local
588 is_main_thread); in MonitorSIGTRAP()
602 if (is_main_thread) { in MonitorSIGTRAP()