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

  /src/include/
time.h 64 typedef _BSD_CLOCKID_T_ clockid_t; typedef
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/lib/librumpuser/
rumpuser_port.h 109 typedef int clockid_t; typedef
132 clock_gettime(clockid_t clk, struct timespec *ts)
  /src/sys/sys/
types.h 316 typedef _BSD_CLOCKID_T_ clockid_t; typedef
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1151 CHECK_TYPE_SIZE(clockid_t); variable

Completed in 21 milliseconds