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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 1694 int delay_start = CALL_UTIL (strtol)(param, &param, 0); /* seconds */ local
1699 terminate_duration = delay_start;
1700 delay_start = 0;
1710 delay_start);
1715 SP_JCMD_DELAYSTART, delay_start,
1718 if (delay_start != 0)
1720 __collector_delay_start = __collector_start_time + ((hrtime_t) NANOSEC) * delay_start;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 1694 int delay_start = CALL_UTIL (strtol)(param, &param, 0); /* seconds */ local
1699 terminate_duration = delay_start;
1700 delay_start = 0;
1710 delay_start);
1715 SP_JCMD_DELAYSTART, delay_start,
1718 if (delay_start != 0)
1720 __collector_delay_start = __collector_start_time + ((hrtime_t) NANOSEC) * delay_start;

Completed in 25 milliseconds