Searched refs:useconds_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/tests/sys/net/
H A Drandsleep.c43 useconds_t max_usecs, usecs;
52 max_usecs = (useconds_t)strtol(argv[1], NULL, 0);
59 usecs = (useconds_t)((double)max_usecs * frac);
/freebsd-12-stable/lib/libc/gen/
H A Dualarm.c46 useconds_t
47 ualarm(useconds_t usecs, useconds_t reload)
H A Dusleep.c43 int __usleep(useconds_t);
46 __usleep(useconds_t useconds)
/freebsd-12-stable/contrib/netbsd-tests/include/sys/
H A Dt_types.c50 useconds_t usec;
/freebsd-12-stable/include/
H A Dunistd.h75 typedef __useconds_t useconds_t; typedef
480 useconds_t
481 ualarm(useconds_t, useconds_t);
482 int usleep(useconds_t);
/freebsd-12-stable/tools/tools/ath/athratestats/
H A Dmain.c314 useconds_t sleep_period;
336 sleep_period = (useconds_t) (f * 1000000.0);
/freebsd-12-stable/sys/sys/
H A Dtypes.h238 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef

Completed in 82 milliseconds