OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_period
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c
298
int
timer_period
;
local
319
timer_period
= collector_timer_gettime (collector_master_thread_timerid);
320
if (
timer_period
> 0)
322
TprintfT (DBG_LT1, "Overriding app-set interval timer with period %d\n",
timer_period
);
324
SP_JCMD_CWARN, COL_WARN_ITMRPOVR,
timer_period
, itimer_period_requested);
460
int
timer_period
= collector_timer_gettime (collector_master_thread_timerid);
local
461
if (
timer_period
!= itimer_period_actual)
464
itimer_period_actual,
timer_period
);
465
if ((itimer_period_actual >= (
timer_period
+
timer_period
/ 10)) |
574
int
timer_period
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c
298
int
timer_period
;
local
319
timer_period
= collector_timer_gettime (collector_master_thread_timerid);
320
if (
timer_period
> 0)
322
TprintfT (DBG_LT1, "Overriding app-set interval timer with period %d\n",
timer_period
);
324
SP_JCMD_CWARN, COL_WARN_ITMRPOVR,
timer_period
, itimer_period_requested);
460
int
timer_period
= collector_timer_gettime (collector_master_thread_timerid);
local
461
if (
timer_period
!= itimer_period_actual)
464
itimer_period_actual,
timer_period
);
465
if ((itimer_period_actual >= (
timer_period
+
timer_period
/ 10)) |
574
int
timer_period
;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026