Home
last modified time | relevance | path

Searched defs:thread_state (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Target/
DThread.cpp911 StateType thread_state = GetResumeState (); in ShouldReportStop() local
970 StateType thread_state = GetResumeState (); in ShouldReportRun() local
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp909 StateType thread_state = thread->GetState(); in IsAThreadRunning() local
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-sched.c71 enum thread_state { enum