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

  /src/usr.sbin/tprof/
tprof.c 219 struct timespec delay_ts; local in function:output_delay
221 delay_ts.tv_sec = 0;
222 delay_ts.tv_nsec = 100000000;
223 nanosleep(&delay_ts, NULL);
tprof.c 219 struct timespec delay_ts; local in function:output_delay
221 delay_ts.tv_sec = 0;
222 delay_ts.tv_nsec = 100000000;
223 nanosleep(&delay_ts, NULL);

Completed in 22 milliseconds