LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux timers... (https://www.linuxquestions.org/questions/linux-newbie-8/linux-timers-736433/)

ytrew 06-29-2009 11:05 AM

Linux timers...
 
What are the Linux system calls have to be used to write user-space timers?
And please suggest me how to write concurrent timers, i.e, have to create four separate timers and it must run simultaneously.

sonnik 06-29-2009 12:45 PM

Can you provide more context? In the case of a shell function, you may want to check out the "sleep" command.

NightHorse 06-29-2009 01:10 PM

Do you need timers with interrupts to be used in c program?

fpmurphy 06-30-2009 08:25 AM

Look at the timer_create API.

ytrew 06-30-2009 09:05 AM

Linux Timers...
 
I'm writing a C program that require concurrent Timers logic. Can anybody share the logic? or any open-source concurrent timers?


All times are GMT -5. The time now is 06:36 PM.