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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 134 hrtime_t __collector_terminate_time = 0; /* if non-zero, fixed duration run */ variable
1572 if (__collector_terminate_time != 0)
1575 if (__collector_terminate_time < now)
1578 (now - __collector_start_time), (__collector_terminate_time - __collector_start_time));
1723 __collector_terminate_time = terminate_duration == 0 ? (hrtime_t) 0 :
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 134 hrtime_t __collector_terminate_time = 0; /* if non-zero, fixed duration run */ variable
1572 if (__collector_terminate_time != 0)
1575 if (__collector_terminate_time < now)
1578 (now - __collector_start_time), (__collector_terminate_time - __collector_start_time));
1723 __collector_terminate_time = terminate_duration == 0 ? (hrtime_t) 0 :

Completed in 29 milliseconds