Searched refs:clock_gettime (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgettime.c37 if (clock_gettime (CLOCK_REALTIME, ts) == 0)
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_clock.c31 RETRY_CHK((clock_gettime(
35 RETRY_CHK((clock_gettime(
38 RETRY_CHK((clock_gettime(CLOCK_REALTIME, (struct timespec *)tp)), ret);
40 sc = "clock_gettime";
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtvgettime.c37 clock_gettime(CLOCK_REALTIME, &s);
/macosx-10.10/libdispatch-442.1.4/src/shims/
H A Dtime.h122 ret = clock_gettime(CLOCK_UPTIME, &ts);
124 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
126 #error "clock_gettime: no supported absolute time clock"
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dtimeval.c46 ** clock_gettime() is granted to be increased monotonically when the
54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_util.c49 ** clock_gettime() is granted to be increased monotonically when the
57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dtestutil.c48 ** clock_gettime() is granted to be increased monotonically when the
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/macosx-10.10/ntp-92/util/
H A Djitter.c105 clock_gettime(CLOCK_REALTIME, &ts);
/macosx-10.10/ntp-92/libntp/
H A Dsystime.c76 clock_gettime(CLOCK_REALTIME, &ts);
209 (void) clock_gettime(CLOCK_REALTIME, &ts);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Ddatetime.c160 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
186 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Dbench.h148 DB_BENCH_ASSERT(clock_gettime( \
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Dbench.h148 DB_BENCH_ASSERT(clock_gettime( \
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dio.c1134 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &current_time);
1741 r = usbi_backend->clock_gettime(USBI_CLOCK_REALTIME, &timeout);
1783 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &systime_ts);
2268 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &cur_ts);
H A Dlibusbi.h897 int (*clock_gettime)(int clkid, struct timespec *tp); member in struct:usbi_os_backend
/macosx-10.10/ntp-92/include/
H A Dntp_machine.h297 #define getclock clock_gettime
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dopenbsd_usb.c549 return clock_gettime(CLOCK_REALTIME, tp);
552 return clock_gettime(CLOCK_MONOTONIC, tp);
H A Dlinux_usbfs.c262 r = clock_gettime(CLOCK_MONOTONIC, &ts);
2379 return clock_gettime(monotonic_clkid, tp);
2381 return clock_gettime(CLOCK_REALTIME, tp);
2427 .clock_gettime = op_clock_gettime,
H A Ddarwin_usb.c1743 .clock_gettime = darwin_clock_gettime,
/macosx-10.10/libdispatch-442.1.4/
H A Dconfigure.ac117 AC_SEARCH_LIBS(clock_gettime, rt)
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread-private.c176 return clock_gettime(CLOCK_REALTIME, tp);
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1883 clock_gettime(XSLT_CLOCK, &startup);
1886 clock_gettime(XSLT_CLOCK, &startup);
1890 clock_gettime(XSLT_CLOCK, &cur);
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddiff.c1021 if (clock_gettime (CLOCK_REALTIME, &st->st_mtim) == 0)
/macosx-10.10/ruby-106/ruby/
H A Dthread_pthread.c391 ret = clock_gettime(cond->clockid, &now);
393 rb_sys_fail("clock_gettime()");
H A Dthread.c969 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
1041 if (clock_gettime(CLOCK_MONOTONIC, &tp) == 0) {
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bpf.c373 (void) clock_gettime(CLOCK_MONOTONIC, &cur);

Completed in 496 milliseconds

12