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

  /external/valgrind/main/coregrind/m_gdbserver/
inferiors.c 98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) function
  /system/core/toolbox/
schedtop.c 94 static void add_thread(int pid, int tid, struct thread_info *proc_info) function
166 add_thread(pid, tid, proc_info);
205 add_thread(pid, 0, NULL);
  /external/oprofile/libpp/
xml_utils.cpp 467 void add_thread(string const & tid, size_t l, size_t h);
822 void process_info::add_thread(string const & tid, size_t l, size_t h) function in class:process_info
1013 p->add_thread(classes.v[tid].ptemplate.tid, tid, next_tid-1);

Completed in 78 milliseconds