HomeSort by: relevance | last modified time | path
    Searched defs:itimer_period_requested (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 114 static int itimer_period_requested = 0; /* dispatcher itimer period */ variable
304 if (itimer_period_requested <= 0)
324 SP_JCMD_CWARN, COL_WARN_ITMRPOVR, timer_period, itimer_period_requested);
327 if (collector_timer_settime (itimer_period_requested, collector_master_thread_timerid) < 0)
399 return collector_timer_settime (itimer_period_requested, *timeridptr);
423 TprintfT (DBG_LT2, "__collector_ext_dispatcher_restart(ip=%d)\n", itimer_period_requested);
499 itimer_period_requested = 0;
518 itimer_period_requested = 0;
552 itimer_period_requested = period;
553 if (itimer_period_requested != itimer_period_actual
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 114 static int itimer_period_requested = 0; /* dispatcher itimer period */ variable
304 if (itimer_period_requested <= 0)
324 SP_JCMD_CWARN, COL_WARN_ITMRPOVR, timer_period, itimer_period_requested);
327 if (collector_timer_settime (itimer_period_requested, collector_master_thread_timerid) < 0)
399 return collector_timer_settime (itimer_period_requested, *timeridptr);
423 TprintfT (DBG_LT2, "__collector_ext_dispatcher_restart(ip=%d)\n", itimer_period_requested);
499 itimer_period_requested = 0;
518 itimer_period_requested = 0;
552 itimer_period_requested = period;
553 if (itimer_period_requested != itimer_period_actual
    [all...]

Completed in 28 milliseconds