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

/freebsd-10-stable/lib/libc/gen/
H A Dualarm.c46 useconds_t
48 useconds_t usecs;
49 useconds_t reload;
H A Dusleep.c44 __usleep(useconds_t useconds)
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_sleep.c39 extern int __usleep(useconds_t);
60 _usleep(useconds_t useconds)
/freebsd-10-stable/contrib/netbsd-tests/include/sys/
H A Dt_types.c50 useconds_t usec;
/freebsd-10-stable/include/
H A Dunistd.h73 typedef __useconds_t useconds_t; typedef
480 useconds_t
481 ualarm(useconds_t, useconds_t);
482 int usleep(useconds_t);
/freebsd-10-stable/tools/tools/ath/athratestats/
H A Dmain.c308 useconds_t sleep_period;
330 sleep_period = (useconds_t) (f * 1000000.0);
/freebsd-10-stable/sys/sys/
H A Dtypes.h231 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef

Completed in 75 milliseconds