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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtimeval.c46 ** clock_gettime() is granted to be increased monotonically when the
54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_util.c49 ** clock_gettime() is granted to be increased monotonically when the
57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtestutil.c49 ** clock_gettime() is granted to be increased monotonically when the
57 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dbench.h148 DB_BENCH_ASSERT(clock_gettime( \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Dbench.h148 DB_BENCH_ASSERT(clock_gettime( \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Decos_timer.c439 clock_gettime(clockid_t clock_id, struct timespec *tp) function
H A Dbsd_timer.c183 int clock_gettime( function
H A Dlinux_timer.c185 int clock_gettime( function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S359 ENTRY_COMP(clock_gettime)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystbl.h252 COMPAT_SYS_SPU(clock_gettime)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c1205 if( clock_gettime( CLOCK_REALTIME, &tv ) == -1 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfigure33583 # AIX 4.3 will link applications with calls to clock_gettime, but the
33590 for ac_func in clock_gettime
33685 # clock_gettime -- monotonic clocks.
33689 { echo "$as_me:$LINENO: checking for clock_gettime monotonic clock" >&5
33690 echo $ECHO_N "checking for clock_gettime monotonic clock... $ECHO_C" >&6; }
33709 clock_gettime(CLOCK_MONOTONIC, &t);
33754 return (clock_gettime(CLOCK_MONOTONIC, &t) != 0);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure18590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for monotonic clock_gettime" >&5
18591 $as_echo_n "checking for monotonic clock_gettime... " >&6; }
18614 (void)clock_gettime(CLOCK_MONOTONIC, &ts);
18640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in libraries" >&5
18641 $as_echo_n "checking for clock_gettime in libraries... " >&6; }
18675 (void)clock_gettime(CLOCK_MONOTONIC, &ts);
18696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find clock_gettime" >&5
18697 $as_echo "cannot find clock_gettime" >&6; }
18722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if monotonic clock_gettime works" >&5
18723 $as_echo_n "checking if monotonic clock_gettime work
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure14171 for ac_func in gettimeofday getrusage gethrtime clock_gettime syslog
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c25803 clock_gettime(CLOCK_REALTIME, &sNow);
[all...]

Completed in 481 milliseconds