I want to create a timer on Linux, but due to some system limitations and design requirements, I cannot use the POSIX API.
Can someone kindly tell me what timer creation mechanisms are available on Linux except for POSIX timers? (timer_create, timer_settime, etc. to avoid)
Thanks in advance.
EDIT: PS: any mechanism that you provide, asking you to kindly give me useful links or link examples
NOTE. We cannot use a third-party library (for example, the ACE library), because our code is proprietary code.
source share