Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp437 const bool is_main_thread = (thread.GetID() == GetID()); in MonitorCallback() local
444 status, thread.GetID(), is_main_thread ? "is" : "is not", in MonitorCallback()
450 assert(!is_main_thread && "Main thread exits handled elsewhere"); in MonitorCallback()
493 thread.GetID(), info_err, status, is_main_thread); in MonitorCallback()
522 const bool is_main_thread = (thread.GetID() == GetID()); in MonitorSIGTRAP() local
594 is_main_thread); in MonitorSIGTRAP()
608 if (is_main_thread) { in MonitorSIGTRAP()