OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pactive
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xme.h
35
int *
pactive
,
/external/valgrind/main/callgrind/
context.c
322
UInt *
pactive
;
local
325
pactive
= CLG_(get_fn_entry)(fn->number);
326
(*
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
);
debug.c
83
UInt *
pactive
= CLG_(get_fn_entry)(cxt->fn[0]->number);
local
87
if (*
pactive
>0)
88
VG_(printf)(" [active=%d]", *
pactive
);
bbcc.c
485
int fn_number, *
pactive
;
local
521
pactive
= CLG_(get_fn_entry)(fn_number);
522
(*
pactive
)--;
526
/* CLG_ASSERT(*
pactive
== 0); */
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c
309
int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *
pactive
, XiGMiscResolutionInfo **presolutions)
344
*
pactive
= rep.active;
Completed in 2328 milliseconds