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

/external/valgrind/callgrind/
H A Dthreads.c102 thread_info* new_thread(void) function
163 if (thread[tid] == 0) thread[tid] = new_thread();
/external/valgrind/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/valgrind/drd/
H A Ddrd_pthread_intercepts.c590 void *arg, long flags, thread_t *new_thread)
614 flags, new_thread);
632 long flags, thread_t *new_thread),
633 (stk, stksize, start, arg, flags, new_thread));
589 thr_create_intercept(void *stk, size_t stksize, void *(*start)(void *), void *arg, long flags, thread_t *new_thread) argument
/external/valgrind/helgrind/
H A Dhg_intercepts.c491 void *arg, long flags, thread_t *new_thread)
510 new_thread);
532 void *arg, long flags, thread_t *new_thread) {
533 return thr_create_WRK(stk, stksize, start, arg, flags, new_thread);
490 thr_create_WRK(void *stk, size_t stksize, void *(*start)(void *), void *arg, long flags, thread_t *new_thread) argument
530 PTH_FUNC(int, thrZucreate, void *stk, size_t stksize, void *(*start)(void *), void *arg, long flags, thread_t *new_thread) argument
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c7617 ThreadState *new_thread; local
7628 new_thread = build_thread(regs, req->flavor, req->new_stateCnt);
7631 hijack_thread_state(regs, req->flavor, req->new_stateCnt, new_thread);

Completed in 227 milliseconds