Searched defs:useconds_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h231 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h314 * Type useconds_t is an unsigned integral type capable of storing
317 typedef uint_t useconds_t; /* Time, in microseconds */ typedef
/illumos-gate/usr/src/boot/include/
H A Dunistd.h73 typedef __useconds_t useconds_t; typedef
479 useconds_t
480 ualarm(useconds_t, useconds_t);
481 int usleep(useconds_t);

Completed in 74 milliseconds