Windows SetTimer equivalent routine for Linux?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    Windows SetTimer equivalent routine for Linux?

    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);
Working...