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 expiry: Page 1 of 6 (6 Items)
   
Timer expiry  
We are creating timer through timer_create API using 
       clock_id as CLOCK_REALTIME, 
       event type as SIGEV_THREAD,
       and have registered some function for notification
We start this periodic timer with timeout value of 1 sec.
We have observed that most of times our function registered for notification is called after 1 sec. But sometimes our 
function registered for notification is not called for several seconds (like 8-10 seconds).

What could be the reasons for this ?