Project Home
Project Home
Trackers
Trackers
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 - sem_timedwait_monotonic issue: Page 1 of 2 (2 Items)
   
sem_timedwait_monotonic issue  
I am attempting to move away from the realtime clock for my timedwait semaphores in order to fix a bug that occurs when 
the clock jumps due to a call to clock_settime.  However, when I switch to sem_timedwait_monotonic in conjunction with 
clock_gettime(CLOCK_MONOTONIC, &startTime); it is consistently timing out immediately instead of waiting until my 
timeout time.  

Has anyone else run into this?  I am running qnx6.50 SP1.

Thanks,
John Parker