HomeSort by relevance Sort by last modified time
    Searched defs:get_thread (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/inferno/
data_types.py 70 def get_thread(self, tid): member in class:Process
  /external/valgrind/coregrind/m_gdbserver/
inferiors.c 39 #define get_thread(inf) ((struct thread_info *)(inf)) macro
122 struct thread_info *thread = get_thread (inf);
141 struct thread_info *thread = get_thread (inf);
160 struct thread_info *thread = get_thread (inf);
target.c 50 #define get_thread(inf) ((struct thread_info *)(inf)) macro
54 struct thread_info *thread = get_thread (inf);
  /external/ltp/testcases/realtime/lib/
librttest.c 402 struct thread *get_thread(int i) function

Completed in 214 milliseconds