Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1207 m_should_run_before_public_stop = newval; in SetShouldRunBeforePublicStop()
1211 return m_should_run_before_public_stop; in ShouldRunBeforePublicStop()
1312 bool m_should_run_before_public_stop; // If this thread has "stop others" variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp219 m_should_run_before_public_stop(false), in Thread()