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

  /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/valgrind/main/coregrind/m_gdbserver/
inferiors.c 98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) function
valgrind-low.c 94 /* call add_thread for all valgrind threads not known in gdb all_threads */
112 add_thread (ptid, ts, ptid);
server.h 270 void add_thread (unsigned long thread_id, void *target_data, unsigned int);
  /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 157 milliseconds