sched/semaphore: sem_trywait() modifies the errno value and, hence, should...
sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead.
parent
29b5b366
Please register or sign in to comment