rmainz@derfwpc5131:~/work/rds_fast_clock_gettime$ time grep -r clock_gettime . | fgrep -v '/.svn' ./Rds_15_17_074/Base/PosixSystem.hpp: clock_gettime(CLOCK_MONOTONIC, &enterTime); ./Rds_15_17_074/Base/PosixSystem.hpp: clock_gettime(CLOCK_MONOTONIC, &enterTime); ./Rds_15_17_074/Base/PosixSystem.hpp: clock_gettime(CLOCK_MONOTONIC, &leaveTime); ./Rds_15_17_074/Base/PosixSystem.cpp: clock_gettime(CLOCK_MONOTONIC, &waitTime); ./Rds_15_17_074/Base/PosixSystem.cpp: clock_gettime(CLOCK_MONOTONIC, &time); ./Rds_15_17_074/Base/RMsgQue.cpp: clock_gettime(CLOCK_MONOTONIC, &time); ./Rds_15_17_074/Base/RMsgQue.cpp: clock_gettime(CLOCK_MONOTONIC, &time); ./Rds_15_17_074/Base/RovDate.hpp: clock_gettime(CLOCK_REALTIME, &time); ./Rds_15_17_074/Boost/boost_1_33_1/boost/config/posix_features.hpp: // defining clock_gettime): ./Rds_15_17_074/Communication/CifXTCPServer/OS_Specific.c: if( clock_gettime( CLOCK_MONOTONIC, &ts_get_milli ) != 0 ) ./Rds_15_17_074/Communication/ESDK_src/Platform/VxWorks/platform.c: clock_gettime(CLOCK_REALTIME, &tspec); ./Rds_15_17_074/Communication/ESDK_src/Platform/VxWorks/platform.c: clock_gettime(CLOCK_REALTIME, &tspec); ./Rds_15_17_074/Communication/ESDK_src/Scanner/EtIPScanner.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Communication/ESDK_src/Scanner/EtIPScanner.cpp: clock_gettime(CLOCK_MONOTONIC, &nextTime); ./Rds_15_17_074/Communication/ESDK_src/Scanner/EtIPScanner.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Communication/EthernetIP/EthernetIPDriver.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Communication/EthernetIP/EthernetIPDriver.cpp: clock_gettime(CLOCK_MONOTONIC, &nextTime); ./Rds_15_17_074/Communication/EthernetIP/EthernetIPDriver.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/SercosDriverBase.h: if (0 == clock_gettime(CLOCK_MONOTONIC, &timeNow)) { ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/SercosDriverBase.cpp: if (0 == clock_gettime(CLOCK_REALTIME, &timeNow)) { ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/SercosDriverBase.cpp: clock_gettime( CLOCK_MONOTONIC, &rSleepTime ); ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/igb.c: /* sample the timestamp bracketed by the clock_gettime() */ ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/igb.c: clock_gettime(clk_id, &t0); ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/igb.c: clock_gettime(clk_id, &t1); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_NIC_TIMED.c: clock_gettime(CLOCK_MONOTONIC, &rSleepTime); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_TIME.c: (VOID) clock_gettime ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_TIME.c: (VOID)clock_gettime(CLOCK_MONOTONIC, &tSystemTime); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c: clock_gettime( CLOCK_MONOTONIC, &rSleepTime ); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c: clock_gettime(RTLX_SocketInstances[iPort].sockTxTime.clockid, &ts); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c: clock_gettime(RTLX_SocketInstances[iPort].sockTxTime.clockid, &ts); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c: clock_gettime(RTLX_SocketInstances[0].sockTxTime.clockid, &ts); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c: iRet = clock_gettime( RTLX_SocketInstances[iPort].sockTxTime.clockid, &ts ); ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c: RTLX_VERBOSE( 0, "clock_gettime() error %d - %s\n", errno, strerror(errno) ) ./Rds_15_17_074/Communication/libcifx/src/OS_Linux.c: if( clock_gettime( CLOCK_MONOTONIC, &ts_get_milli ) != 0 ) ./Rds_15_17_074/Communication/libcifx/src/OS_Linux.c: clock_gettime( CLOCK_REALTIME, &lock_ts ); ./Rds_15_17_074/Communication/libcifx/src/OS_Linux.c: if( clock_gettime(CLOCK_MONOTONIC, &timeout) != 0 ) ./Rds_15_17_074/Communication/libcifx/configure.ac:AC_CHECK_FUNCS([clock_gettime getpagesize gettimeofday memmove memset munmap strdup strncasecmp strstr]) ./Rds_15_17_074/Communication/libcifx/configure:for ac_func in clock_gettime getpagesize gettimeofday memmove memset munmap strdup strncasecmp strstr ./Rds_15_17_074/Communication/libcifx/config.h.in:/* Define to 1 if you have the `clock_gettime' function. */ ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/posix/ua_clock.c: /* OS X does not have clock_gettime, use clock_get_time */ ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/posix/ua_clock.c: clock_gettime(CLOCK_MONOTONIC, &ts); ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/posix/ua_clock.c: clock_gettime(CLOCK_MONOTONIC_RAW, &ts); ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/vxworks/ua_clock.c: clock_gettime(CLOCK_MONOTONIC, &ts); ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/vxworks/ua_clock.c: clock_gettime(CLOCK_MONOTONIC_RAW, &ts); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c: clock_gettime(CLOCKID, &nextnanosleeptime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c: clock_gettime(CLOCKID, &nextnanosleeptimeSub); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c: clock_gettime(CLOCKID, &nextnanosleeptimeUserApplication); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c: clock_gettime(CLOCKID, &dataModificationTime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c: clock_gettime(CLOCKID, &dataReceiveTime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c: clock_gettime(CLOCKID, &begin); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c: clock_gettime(CLOCKID, &end); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c: clock_gettime(CLOCKID, &calculatedCycleStartTime[0]); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c: clock_gettime(CLOCKID, &calculatedCycleStartTime[publisherMeasurementsCounter]); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c: clock_gettime(CLOCKID, &nextnanosleeptime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c: clock_gettime(CLOCKID, &nextnanosleeptimeSub); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c: clock_gettime(CLOCKID, &nextnanosleeptimeUserApplication); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c: clock_gettime(CLOCKID, &dataReceiveTime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c: clock_gettime(CLOCKID, &dataModificationTime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/tests/pubsub/check_pubsub_publish_ethernet_etf.c: clock_gettime(CLOCKID, &nextnanosleeptime); ./Rds_15_17_074/Externals/OpenUAStack/open62541/tests/pubsub/check_pubsub_publish_ethernet_etf.c: clock_gettime(CLOCKID, &nextnanosleeptime); ./Rds_15_17_074/FormulaReckoner/FRFunctionsCommon.cpp: clock_gettime(CLOCK_MONOTONIC, &time); ./Rds_15_17_074/Manager/HostManager.cpp: clock_gettime(CLOCK_REALTIME, &now); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_MONOTONIC, &testTime); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_REALTIME, &now); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_MONOTONIC, &nextTime); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_MONOTONIC, &nextTime); ./Rds_15_17_074/Manager/LinuxSystemTic.cpp: clock_gettime(CLOCK_MONOTONIC, &now); ./Rds_15_17_074/Manager/TaskTimeStampModule.cpp: if (0 == clock_gettime(CLOCK_MONOTONIC, &timeNow)) { ./Rds_15_17_074/Proconos/KwLinux/pcsystem.c: if(clock_gettime(CLOCK_REALTIME, &time)) ./Rds_15_17_074/Tools/NiosUpd/Src/NiosUpd/PCIResources.c: clock_gettime(CLOCK_MONOTONIC, &time); ./Rds_15_17_074/Tools/Wildleven/inc/sqlite/sqlite3.c: clock_gettime(CLOCK_REALTIME, &sNow);