Searched refs:new_thread (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c100 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
[all...]
/external/chromium_org/tools/traceline/svgui/
H A Dtraceline.js245 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/callgrind/
H A Dthreads.c99 thread_info* new_thread(void) function
160 if (thread[tid] == 0) thread[tid] = new_thread();
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1188 Thread *new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); local
1189 if (new_thread == NULL)
1196 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c6448 ThreadState *new_thread; local
6459 new_thread = build_thread(regs, req->flavor, req->new_stateCnt);
6462 hijack_thread_state(regs, req->flavor, req->new_stateCnt, new_thread);

Completed in 191 milliseconds