OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_thread
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/callgrind/
threads.c
102
thread_info*
new_thread
(void)
function
163
if (thread[tid] == 0) thread[tid] =
new_thread
();
/external/valgrind/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/valgrind/coregrind/m_syswrap/
syswrap-darwin.c
7617
ThreadState *
new_thread
;
local
[
all
...]
Completed in 265 milliseconds