Home
last modified time | relevance | path

Searched defs:clock_nanosleep_args (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/sys/
H A Dsysproto.h658 struct clock_nanosleep_args { struct
659 clockid_t clock_id; char clock_id_[PAD_(clockid_t)];
660 int flags; char flags_[PAD_(int)];
661 const struct timespec * rqtp; char rqtp_[PAD_(const struct timespec *)];
662 struct timespec * rmtp; char rmtp_[PAD_(struct timespec *)];