OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_suspend_count
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp
34
m_suspend_count
(0),
69
m_suspend_count
++;
100
m_suspend_count
= - (times_to_resume -
m_suspend_count
);
107
times_to_resume =
m_suspend_count
;
108
m_suspend_count
= 0;
140
if (
m_suspend_count
> 0)
142
while (
m_suspend_count
> 0)
148
--
m_suspend_count
;
152
m_suspend_count
= m_basic_info.suspend_count
[
all
...]
MachThread.h
129
int32_t
m_suspend_count
; // The current suspend count > 0 means we have suspended m_suspendCount times,
member in class:MachThread
Completed in 164 milliseconds