OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drd_created
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/drd/
drd_main.c
626
DrdThreadId
drd_created
;
local
631
drd_created
= DRD_(thread_post_create)(vg_created);
634
stack_max = DRD_(thread_get_stack_max)(
drd_created
);
635
drd_start_using_mem_stack2(
drd_created
, stack_max, 0);
639
DRD_(trace_msg)("drd_post_thread_create created = %d",
drd_created
);
643
DRD_(start_suppression)(DRD_(thread_get_stack_max)(
drd_created
)
644
- DRD_(thread_get_stack_size)(
drd_created
),
645
DRD_(thread_get_stack_max)(
drd_created
),
Completed in 37 milliseconds