sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot...
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
parent
9568600a
Please register or sign in to comment