I am looking for windows SetTimer equivalent routine in Linux, need to port this line to Linux from Windows.
watchdog_timer_ id=SetTimer(NUL L, 0, 60000, (TIMERPROC)Time rProc);
watchdog_timer_ id=SetTimer(NUL L, 0, 60000, (TIMERPROC)Time rProc);