Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - timer_create: (1 Item)
   
timer_create  
hello,

My question regarding the timer_create() is..

I am using one common function to set timer for different task with different interval which have came chid and coid.

( says task1,task2,task3 with timer valuse as t1,t2,t3).

Is there may be case that I will get timer up response of task2 to task1.

If yes ,How can i prevent it?

Or it is possible that I can define different messages for my different tasks and will get response which task timer is 
over.