HomeSort by: relevance | last modified time | path
    Searched refs:clock_gettime1 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/kern/
subr_time.c 144 clock_gettime1(clockid, &sleptts);
151 clock_gettime1(clockid_t clock_id, struct timespec *ts) function in typeref:typename:int
229 error = clock_gettime1(clock_id, &tsd);
sys_futex.c 956 error = clock_gettime1(clkid, &ts);
1238 error = clock_gettime1(clkid, &ts);
kern_time.c 266 error = clock_gettime1(SCARG(uap, clock_id), &ats);
444 err = clock_gettime1(clock_id, &rmtend);
  /src/sys/sys/
timevar.h 193 int clock_gettime1(clockid_t, struct timespec *);
  /src/sys/compat/linux/common/
linux_time.c 230 error = clock_gettime1(id, &ts);
  /src/sys/compat/linux32/common/
linux32_time.c 345 error = clock_gettime1(id, &ts);
  /src/sys/compat/netbsd32/
netbsd32_time.c 308 error = clock_gettime1(SCARG(uap, clock_id), &ats);
netbsd32_compat_50.c 329 error = clock_gettime1(SCARG(uap, clock_id), &ats);
  /src/sys/compat/common/
kern_time_50.c 119 error = clock_gettime1(SCARG(uap, clock_id), &ats);

Completed in 19 milliseconds