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

/freebsd-current/tests/sys/net/
H A Drandsleep.c41 useconds_t max_usecs, usecs;
50 max_usecs = (useconds_t)strtol(argv[1], NULL, 0);
57 usecs = (useconds_t)((double)max_usecs * frac);
/freebsd-current/lib/libc/gen/
H A Dusleep.c39 int __usleep(useconds_t);
42 __usleep(useconds_t useconds)
H A Dualarm.c42 useconds_t
43 ualarm(useconds_t usecs, useconds_t reload)
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_types.c50 useconds_t usec;
/freebsd-current/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-current/contrib/atf/atf-sh/
H A Datf-check.cpp57 static const useconds_t seconds_in_useconds = (1000 * 1000);
58 static const useconds_t mseconds_in_useconds = 1000;
59 static const useconds_t useconds_in_nseconds = 1000;
170 static useconds_t
174 useconds_t res;
188 timo_expired(useconds_t timeout)
342 parse_repeat_check_arg(const std::string& arg, useconds_t *m_timo,
343 useconds_t *m_interval)
788 useconds_t m_timo;
789 useconds_t m_interva
[all...]
/freebsd-current/tools/tools/ath/athratestats/
H A Dmain.c312 useconds_t sleep_period;
334 sleep_period = (useconds_t) (f * 1000000.0);
/freebsd-current/sys/sys/
H A Dtypes.h235 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef
/freebsd-current/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c93 useconds_t sleep_dur = 10 * 1000;

Completed in 288 milliseconds