Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h375 eMachProcessProfileCancel = (1 << 0) enumerator
H A DMachProcess.mm519 m_profile_events(0, eMachProcessProfileCancel),
1411 m_profile_events.SetEvents(eMachProcessProfileCancel);
1414 m_profile_events.ResetEvents(eMachProcessProfileCancel);
2620 proc->m_profile_events.WaitForSetEvents(eMachProcessProfileCancel, &ts);
2622 if (bits_set & eMachProcessProfileCancel)