|
|
sem_timedwait_monotonic issue
|
|
12/04/2012 5:23 PM
post97787
|
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
|
|
|
|
|