Searched refs:timespec_get (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtimespec_get.c17 * C11 timespec_get(3C). Note the standard does not want us mucking about with
24 timespec_get(struct timespec *ts, int base) function
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c17 * Basic tests for timespec_get(3C).
46 VERIFY0(timespec_get(&ts, TIME_UTC + 1));
47 VERIFY0(timespec_get(&ts, TIME_UTC - 1));
48 VERIFY0(timespec_get(&ts, UINT16_MAX));
51 VERIFY3S(timespec_get(&ts, TIME_UTC), ==, TIME_UTC);
H A DMakefile40 timespec_get \
/illumos-gate/usr/src/head/
H A Dtime.h304 * passed into timespec_get() be non-zero. Hence why TIME_UTC starts at one.
306 #define TIME_UTC 0x1 /* timespec_get base */
308 extern int timespec_get(struct timespec *, int);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com604 timespec_get.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com595 timespec_get.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile571 timespec_get.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com638 timespec_get.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile493 timespec_get.3c \

Completed in 73 milliseconds