Home | Sort by: relevance | last modified time | path |
/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); |