@@ -0,0 +1,31 @@
+## libgfatimer
+
+SPS-Timer-Bibliothek.
+---
+***Version:***
+libgfatimer.so.1.0.0
+***SO-Name:***
+libgfatimer.so.1
+***Linker-Name:***
+libgfatimer.so (-lgfatimer)
+***Header:***
+#include \<gfa/gfatimer.h\>
+**Implementiert:**
+* *Legacy* Mondial-SPS-Timer.
+* Registrierbare Clock-Pulse-Event-Routinen.
+**Installation:**
+* Wird durch die [GfaLibs-Installers](https://gogs.reru.org/GfA/GfaLibs-Installers) mitinstalliert.
@@ -321,6 +321,7 @@ void* CGfaTimer::LordOfTheTimers(void *pParam)
nRet = ::clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &tsDueTime, NULL);
}
/////////////////////////////////////////////////////////////////////
for(int i = 0; i < pSelf->m_nTimerCount; i++)