Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h405 PThreadEvent m_profile_events; // Used for the profile thread cancellable wait variable
DMachProcess.mm506 m_profile_events(0, eMachProcessProfileCancel), function
1387 m_profile_events.SetEvents(eMachProcessProfileCancel);
1390 m_profile_events.ResetEvents(eMachProcessProfileCancel);
2595 proc->m_profile_events.WaitForSetEvents(eMachProcessProfileCancel, &ts);