OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pactive
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/callgrind/
context.c
322
UInt *
pactive
;
local
325
pactive
= CLG_(get_fn_entry)(fn->number);
326
(*
pactive
)++;
debug.c
83
UInt *
pactive
= CLG_(get_fn_entry)(cxt->fn[0]->number);
local
87
if (*
pactive
>0)
88
VG_(printf)(" [active=%d]", *
pactive
);
threads.c
239
UInt fn_number, *
pactive
;
local
259
pactive
= CLG_(get_fn_entry)(fn_number);
260
(*
pactive
)--;
262
CLG_(current_state).cxt->fn[0]->name, *
pactive
);
bbcc.c
485
int fn_number, *
pactive
;
local
521
pactive
= CLG_(get_fn_entry)(fn_number);
522
(*
pactive
)--;
526
/* CLG_ASSERT(*
pactive
== 0); */
Completed in 242 milliseconds