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

  /external/valgrind/main/coregrind/m_gdbserver/
inferiors.c 100 struct thread_info *new_thread local
101 = (struct thread_info *) malloc (sizeof (*new_thread));
103 VG_(memset) (new_thread, 0, sizeof (*new_thread));
105 new_thread->entry.id = thread_id;
107 add_inferior_to_list (&all_threads, & new_thread->entry);
110 current_inferior = new_thread;
112 new_thread->target_data = target_data;
113 set_inferior_regcache_data (new_thread, new_register_cache ());
114 new_thread->gdb_id = gdb_id
    [all...]
  /external/qemu/memcheck/
memcheck_proc_management.c 71 ThreadDesc* new_thread = (ThreadDesc*)qemu_malloc(sizeof(ThreadDesc)); local
72 if (new_thread == NULL) {
76 new_thread->tid = tid;
77 new_thread->process = proc;
78 new_thread->call_stack = NULL;
79 new_thread->call_stack_count = 0;
80 new_thread->call_stack_max = 0;
81 QLIST_INSERT_HEAD(&thread_list, new_thread, global_entry);
82 QLIST_INSERT_HEAD(&proc->threads, new_thread, proc_entry);
83 return new_thread;
    [all...]
  /external/valgrind/main/callgrind/
threads.c 99 thread_info* new_thread(void) function
160 if (thread[tid] == 0) thread[tid] = new_thread();
  /external/chromium_org/tools/traceline/svgui/
traceline.js 245 var new_thread = new TLThread(e.thread, e.ms, end_ms);
246 this.threads_by_id[new_thread.id] = this.threads.length;
247 this.threads.push(new_thread);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 6422 ThreadState *new_thread; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]

Completed in 604 milliseconds