Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h378 eMachProcessProfileCancel = (1 << 0) enumerator
H A DMachProcess.mm518 m_profile_events(0, eMachProcessProfileCancel), m_thread_actions(),
1417 m_profile_events.SetEvents(eMachProcessProfileCancel);
1420 m_profile_events.ResetEvents(eMachProcessProfileCancel);
2705 proc->m_profile_events.WaitForSetEvents(eMachProcessProfileCancel, &ts);
2707 if (bits_set & eMachProcessProfileCancel)