Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
1. Am I taking the correct direction? I mean using timer_create() and other related functions.
2. Am I missing any specific header file? Do I have to link to some library? Or simply the source code for the function is missing?
3. If the source is missing, where I can find it.
4. It would be great if you could direct me to some tutorials or something that is helpful in this regard.
5. I do not think setitimer() and getitime() going to help me. I have to have different timer values for all the timers and on expiration I need to call different functions. Any thoughts?
while compiling add -lrt then u wont get those linking errors
example program name - shakthi then try,
gcc -lrt shakthi.c
if u add any pthreads, then try,
gcc -lrt -lpthread shakthi.c
warms and regards,
shakthi
Do not resurrect old threads!
Look at the original post(OP) date. This thread is almost 5 1/2 years old so do not expect feedback or reply since neither member have participated in years.
Plus, please spell out your words. No SMS text or tech speak since it is difficult enough to understand posts between members. By proper presentation then everyone will understand each other.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.