Searched refs:CLOCK_MONOTONIC (Results 1 - 25 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dtime.c20 if (syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts))
27 if (syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtime.c58 #if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
60 clock_gettime(CLOCK_MONOTONIC, &ts);
69 #if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Duuid.c50 #ifndef CLOCK_MONOTONIC
51 #define CLOCK_MONOTONIC CLOCK_REALTIME macro
60 clock_gettime(CLOCK_MONOTONIC, &ts);
62 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso32/
H A Dclock_getres.S24 chi %r2,CLOCK_MONOTONIC
H A Dclock_gettime.S26 chi %r2,CLOCK_MONOTONIC
29 /* CLOCK_MONOTONIC */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso64/
H A Dclock_getres.S24 cghi %r2,CLOCK_MONOTONIC
H A Dclock_gettime.S27 cghi %r2,CLOCK_MONOTONIC
30 /* CLOCK_MONOTONIC */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c185 pthread_condattr_setclock (&attr, CLOCK_MONOTONIC);
231 clock_gettime (CLOCK_MONOTONIC,&monotonic_timer);
270 if (clock_getres (CLOCK_MONOTONIC, &dummy) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp_utils.cpp112 /* Unfortunately, #ifdef CLOCK_MONOTONIC is not enough to make sure that
121 #if defined(_POSIX_TIMERS) && _POSIX_TIMERS > 0 && defined(CLOCK_MONOTONIC)
124 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
134 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtimeval.c54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_util.c57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtestutil.c56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_clock.c32 CLOCK_MONOTONIC, (struct timespec *)tp)), ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dperf.h112 clock_gettime(CLOCK_MONOTONIC, &ts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/profile/
H A Dprofile.c158 clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
159 DEBUG(10, ("Using CLOCK_MONOTONIC for profile_clock\n"));
160 __profile_clock = CLOCK_MONOTONIC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dhrtimer.c68 hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
127 hrtimer_get_res(CLOCK_MONOTONIC, &tp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dtimer_int.c40 hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h287 #define CLOCK_MONOTONIC 1 macro
299 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
300 #define CLOCKS_MONO CLOCK_MONOTONIC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dgettimeofday.S65 cmpwi cr1,r3,CLOCK_MONOTONIC
79 * CLOCK_MONOTONIC
143 cmpwi cr1,r3,CLOCK_MONOTONIC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c208 hrtimer_init(&timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dgettimeofday.S76 cmpli cr1,r3,CLOCK_MONOTONIC
91 * CLOCK_MONOTONIC
158 cmpwi cr1,r3,CLOCK_MONOTONIC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp.c50 hrtimer_get_res(CLOCK_MONOTONIC, &tp);
104 hrtimer_init(&pcsp_chip.timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Duuid.c40 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent-internal.h251 #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dptimer.c109 CLOCK_MONOTONIC where available, CLOCK_REALTIME otherwise. */
130 { CLOCK_MONOTONIC, _SC_MONOTONIC_CLOCK },

Completed in 330 milliseconds

1234