HomeSort by: relevance | last modified time | path
    Searched defs:clockid_t (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
time.h 64 typedef _BSD_CLOCKID_T_ clockid_t; typedef in typeref:typename:_BSD_CLOCKID_T_
148 int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
150 int clock_getres(clockid_t, struct timespec *)
152 int clock_gettime(clockid_t, struct timespec *)
154 int clock_settime(clockid_t, const struct timespec *)
164 int clock_getcpuclockid2(idtype_t, id_t, clockid_t *);
166 int clock_getcpuclockid(pid_t, clockid_t *);
168 int timer_create(clockid_t, struct sigevent * __restrict,
  /src/sys/sys/
types.h 309 typedef _BSD_CLOCKID_T_ clockid_t; typedef in typeref:typename:_BSD_CLOCKID_T_
  /src/lib/librumpuser/
rumpuser_port.h 109 typedef int clockid_t; typedef in typeref:typename:int
132 clock_gettime(clockid_t clk, struct timespec *ts)

Completed in 14 milliseconds