pastebin - collaborative debugging tool
rovema.kpaste.net RSS


rds |clock_gettime()| users
Posted by Anonymous on Fri 30th Sep 2022 13:28
raw | new post

  1. rmainz@derfwpc5131:~/work/rds_fast_clock_gettime$ time grep -r clock_gettime . | fgrep -v '/.svn'
  2. ./Rds_15_17_074/Base/PosixSystem.hpp:            clock_gettime(CLOCK_MONOTONIC, &enterTime);
  3. ./Rds_15_17_074/Base/PosixSystem.hpp:            clock_gettime(CLOCK_MONOTONIC, &enterTime);
  4. ./Rds_15_17_074/Base/PosixSystem.hpp:            clock_gettime(CLOCK_MONOTONIC, &leaveTime);
  5. ./Rds_15_17_074/Base/PosixSystem.cpp:        clock_gettime(CLOCK_MONOTONIC, &waitTime);
  6. ./Rds_15_17_074/Base/PosixSystem.cpp:                clock_gettime(CLOCK_MONOTONIC, &time);
  7. ./Rds_15_17_074/Base/RMsgQue.cpp:                clock_gettime(CLOCK_MONOTONIC, &time);
  8. ./Rds_15_17_074/Base/RMsgQue.cpp:                clock_gettime(CLOCK_MONOTONIC, &time);
  9. ./Rds_15_17_074/Base/RovDate.hpp:      clock_gettime(CLOCK_REALTIME, &time);
  10. ./Rds_15_17_074/Boost/boost_1_33_1/boost/config/posix_features.hpp:      // defining clock_gettime):
  11. ./Rds_15_17_074/Communication/CifXTCPServer/OS_Specific.c:  if( clock_gettime( CLOCK_MONOTONIC, &ts_get_milli ) != 0 )
  12. ./Rds_15_17_074/Communication/ESDK_src/Platform/VxWorks/platform.c:     clock_gettime(CLOCK_REALTIME, &tspec);
  13. ./Rds_15_17_074/Communication/ESDK_src/Platform/VxWorks/platform.c:     clock_gettime(CLOCK_REALTIME, &tspec);
  14. ./Rds_15_17_074/Communication/ESDK_src/Scanner/EtIPScanner.cpp:    clock_gettime(CLOCK_MONOTONIC, &now);
  15. ./Rds_15_17_074/Communication/ESDK_src/Scanner/EtIPScanner.cpp:    clock_gettime(CLOCK_MONOTONIC, &nextTime);
  16. ./Rds_15_17_074/Communication/ESDK_src/Scanner/EtIPScanner.cpp:        clock_gettime(CLOCK_MONOTONIC, &now);
  17. ./Rds_15_17_074/Communication/EthernetIP/EthernetIPDriver.cpp:    clock_gettime(CLOCK_MONOTONIC, &now);
  18. ./Rds_15_17_074/Communication/EthernetIP/EthernetIPDriver.cpp:    clock_gettime(CLOCK_MONOTONIC, &nextTime);
  19. ./Rds_15_17_074/Communication/EthernetIP/EthernetIPDriver.cpp:        clock_gettime(CLOCK_MONOTONIC, &now);
  20. ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/SercosDriverBase.h:        if (0 == clock_gettime(CLOCK_MONOTONIC, &timeNow)) {
  21. ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/SercosDriverBase.cpp:    if (0 == clock_gettime(CLOCK_REALTIME, &timeNow)) {
  22. ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/SercosDriverBase.cpp:    clock_gettime( CLOCK_MONOTONIC, &rSleepTime );
  23. ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/igb.c:    /* sample the timestamp bracketed by the clock_gettime() */
  24. ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/igb.c:        clock_gettime(clk_id, &t0);
  25. ./Rds_15_17_074/Communication/Sercos3Base/src/Driver/igb.c:        clock_gettime(clk_id, &t1);
  26. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_NIC_TIMED.c:  clock_gettime(CLOCK_MONOTONIC, &rSleepTime);
  27. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_TIME.c:  (VOID) clock_gettime
  28. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_TIME.c:    (VOID)clock_gettime(CLOCK_MONOTONIC, &tSystemTime);
  29. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c:    clock_gettime( CLOCK_MONOTONIC, &rSleepTime );
  30. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c:        clock_gettime(RTLX_SocketInstances[iPort].sockTxTime.clockid, &ts);
  31. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c:        clock_gettime(RTLX_SocketInstances[iPort].sockTxTime.clockid, &ts);
  32. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c:        clock_gettime(RTLX_SocketInstances[0].sockTxTime.clockid, &ts);
  33. ./Rds_15_17_074/Communication/Sercos3Base/src/RTLX/RTLX_S3SM_TX_TIMED.c:    iRet = clock_gettime( RTLX_SocketInstances[iPort].sockTxTime.clockid, &ts );
  34. ./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) )
  35. ./Rds_15_17_074/Communication/libcifx/src/OS_Linux.c:  if( clock_gettime( CLOCK_MONOTONIC, &ts_get_milli ) != 0 )
  36. ./Rds_15_17_074/Communication/libcifx/src/OS_Linux.c:  clock_gettime( CLOCK_REALTIME, &lock_ts );
  37. ./Rds_15_17_074/Communication/libcifx/src/OS_Linux.c:  if( clock_gettime(CLOCK_MONOTONIC, &timeout) != 0 )
  38. ./Rds_15_17_074/Communication/libcifx/configure.ac:AC_CHECK_FUNCS([clock_gettime getpagesize gettimeofday memmove memset munmap strdup strncasecmp strstr])
  39. ./Rds_15_17_074/Communication/libcifx/configure:for ac_func in clock_gettime getpagesize gettimeofday memmove memset munmap strdup strncasecmp strstr
  40. ./Rds_15_17_074/Communication/libcifx/config.h.in:/* Define to 1 if you have the `clock_gettime' function. */
  41. ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/posix/ua_clock.c:    /* OS X does not have clock_gettime, use clock_get_time */
  42. ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/posix/ua_clock.c:    clock_gettime(CLOCK_MONOTONIC, &ts);
  43. ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/posix/ua_clock.c:    clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
  44. ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/vxworks/ua_clock.c:  clock_gettime(CLOCK_MONOTONIC, &ts);
  45. ./Rds_15_17_074/Externals/OpenUAStack/open62541/arch/vxworks/ua_clock.c:  clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
  46. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c:    clock_gettime(CLOCKID, &nextnanosleeptime);
  47. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c:    clock_gettime(CLOCKID, &nextnanosleeptimeSub);
  48. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c:    clock_gettime(CLOCKID, &nextnanosleeptimeUserApplication);
  49. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c:        clock_gettime(CLOCKID, &dataModificationTime);
  50. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_publisher.c:        clock_gettime(CLOCKID, &dataReceiveTime);
  51. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c:    clock_gettime(CLOCKID, &begin);
  52. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c:    clock_gettime(CLOCKID, &end);
  53. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c:    clock_gettime(CLOCKID, &calculatedCycleStartTime[0]);
  54. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_interrupt_publish.c:    clock_gettime(CLOCKID, &calculatedCycleStartTime[publisherMeasurementsCounter]);
  55. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c:    clock_gettime(CLOCKID, &nextnanosleeptime);
  56. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c:    clock_gettime(CLOCKID, &nextnanosleeptimeSub);
  57. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c:    clock_gettime(CLOCKID, &nextnanosleeptimeUserApplication);
  58. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c:        clock_gettime(CLOCKID, &dataReceiveTime);
  59. ./Rds_15_17_074/Externals/OpenUAStack/open62541/examples/pubsub_realtime/pubsub_TSN_loopback.c:        clock_gettime(CLOCKID, &dataModificationTime);
  60. ./Rds_15_17_074/Externals/OpenUAStack/open62541/tests/pubsub/check_pubsub_publish_ethernet_etf.c:    clock_gettime(CLOCKID, &nextnanosleeptime);
  61. ./Rds_15_17_074/Externals/OpenUAStack/open62541/tests/pubsub/check_pubsub_publish_ethernet_etf.c:    clock_gettime(CLOCKID, &nextnanosleeptime);
  62. ./Rds_15_17_074/FormulaReckoner/FRFunctionsCommon.cpp:  clock_gettime(CLOCK_MONOTONIC, &time);
  63. ./Rds_15_17_074/Manager/HostManager.cpp:    clock_gettime(CLOCK_REALTIME, &now);
  64. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:            clock_gettime(CLOCK_MONOTONIC, &testTime);
  65. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:        clock_gettime(CLOCK_REALTIME, &now);
  66. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:    clock_gettime(CLOCK_MONOTONIC, &now);
  67. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:    clock_gettime(CLOCK_MONOTONIC, &nextTime);
  68. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:            clock_gettime(CLOCK_MONOTONIC, &now);
  69. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:    clock_gettime(CLOCK_MONOTONIC, &nextTime);
  70. ./Rds_15_17_074/Manager/LinuxSystemTic.cpp:            clock_gettime(CLOCK_MONOTONIC, &now);
  71. ./Rds_15_17_074/Manager/TaskTimeStampModule.cpp:    if (0 == clock_gettime(CLOCK_MONOTONIC, &timeNow)) {
  72. ./Rds_15_17_074/Proconos/KwLinux/pcsystem.c:    if(clock_gettime(CLOCK_REALTIME, &time))
  73. ./Rds_15_17_074/Tools/NiosUpd/Src/NiosUpd/PCIResources.c:    clock_gettime(CLOCK_MONOTONIC, &time);
  74. ./Rds_15_17_074/Tools/Wildleven/inc/sqlite/sqlite3.c:  clock_gettime(CLOCK_REALTIME, &sNow);

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at