OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delay_msecs
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/ui/browsers/
top.c
151
int
delay_msecs
= top->delay_secs * 1000;
local
162
newtFormSetTimer(browser->b.form,
delay_msecs
);
/external/linux-tools-perf/
builtin-top.c
628
int
delay_msecs
, c;
local
638
delay_msecs
= top.delay_secs * 1000;
645
} while (!poll(&stdin_poll, 1,
delay_msecs
) == 1);
Completed in 130 milliseconds