OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_NUB_THREAD
(Results
1 - 8
of
8
) sorted by null
/external/lldb/tools/debugserver/source/
DNBThreadResumeActions.h
50
AppendAction (
INVALID_NUB_THREAD
, eStateRunning);
56
AppendAction (
INVALID_NUB_THREAD
, eStateStopped);
62
AppendAction (
INVALID_NUB_THREAD
, eStateStepping);
DNBThreadResumeActions.cpp
70
if (default_ok && tid !=
INVALID_NUB_THREAD
)
71
return GetActionForThread (
INVALID_NUB_THREAD
, false);
92
if (GetActionForThread (
INVALID_NUB_THREAD
, true) == NULL)
95
DNBThreadResumeAction default_action = {
INVALID_NUB_THREAD
, action, signal, INVALID_NUB_ADDRESS };
107
if (tid !=
INVALID_NUB_THREAD
)
DNB.cpp
[
all
...]
DNBDefs.h
65
#define
INVALID_NUB_THREAD
((nub_thread_t)0)
224
nub_thread_t tid; // The thread ID that this action applies to,
INVALID_NUB_THREAD
for the default thread action
RNBRemote.cpp
[
all
...]
/external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.cpp
60
return
INVALID_NUB_THREAD
;
146
return
INVALID_NUB_THREAD
;
216
return
INVALID_NUB_THREAD
;
226
return
INVALID_NUB_THREAD
;
380
nub_thread_t solo_thread =
INVALID_NUB_THREAD
;
MachThread.cpp
219
thread_t inferior_tid =
INVALID_NUB_THREAD
;
MachProcess.cpp
672
if (tid !=
INVALID_NUB_THREAD
)
[
all
...]
Completed in 54 milliseconds