Skip to content
Commit 29b5b366 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment