From 5f07d422fd89cae9661dcfe396913d7127a74163 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 18 May 2001 18:20:07 +0000 Subject: [PATCH] new --- src/libCom/osi/TODOfuture | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/libCom/osi/TODOfuture diff --git a/src/libCom/osi/TODOfuture b/src/libCom/osi/TODOfuture new file mode 100644 index 000000000..661459eeb --- /dev/null +++ b/src/libCom/osi/TODOfuture @@ -0,0 +1,14 @@ +epicsThreadClockGetResolution + +Consider adding a routine + double epicsThreadClockGetResolution(); +It would return the clock tick rate where by clock we mean the thing that +is like the vxWorks sysClockRateGet(). + + +The implementation should be: + Provide a default that determines the rate emperically at int time by + calling epicsThreadSleep for amaller and smaller delays until the actual + delay no longer decreases. + Each os/xxx can override the default if desired. +