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

  /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/func/async_handler/
async_handler_jk.c 148 server = get_thread(aes_id);
  /external/ltp/testcases/realtime/include/
librttest.h 275 /* get_thread: return a struct thread pointer from the list */
276 struct thread * get_thread(int i);
  /external/elfutils/libdwfl/
dwfl_frame.c 346 if (process->callbacks->get_thread != NULL)
353 if (process->callbacks->get_thread (dwfl, tid, process->callbacks_arg,
libdwfl.h 671 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg,
    [all...]
  /external/ltp/testcases/realtime/func/pthread_kill_latency/
pthread_kill_latency.c 64 #define PTHREADOF(tid) get_thread(tid)->pthread
  /external/ltp/testcases/realtime/lib/
librttest.c 402 struct thread *get_thread(int i) function

Completed in 1203 milliseconds