Home
last modified time | relevance | path

Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dinferiors.c100 struct thread_info *new_thread in add_thread() local
101 = (struct thread_info *) malloc (sizeof (*new_thread)); in add_thread()
103 VG_(memset) (new_thread, 0, sizeof (*new_thread)); in add_thread()
105 new_thread->entry.id = thread_id; in add_thread()
107 add_inferior_to_list (&all_threads, & new_thread->entry); in add_thread()
110 current_inferior = new_thread; in add_thread()
112 new_thread->target_data = target_data; in add_thread()
113 set_inferior_regcache_data (new_thread, new_register_cache ()); in add_thread()
114 new_thread->gdb_id = gdb_id; in add_thread()
/external/valgrind/callgrind/
Dthreads.c102 thread_info* new_thread(void) in new_thread() function
163 if (thread[tid] == 0) thread[tid] = new_thread(); in CLG_()
/external/lldb/source/Commands/
DCommandObjectThread.cpp1188 Thread *new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute() local
1189 if (new_thread == NULL) in DoExecute()
1196 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true); in DoExecute()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c7278 ThreadState *new_thread; in PRE() local
7289 new_thread = build_thread(regs, req->flavor, req->new_stateCnt); in PRE()
7292 hijack_thread_state(regs, req->flavor, req->new_stateCnt, new_thread); in PRE()