Operating Systems Lecture Notes

13 February 2012 • Synchronization


pthread_mutex_trylock() doesn’t return false when it tries to lock a locked mutex. It returns -1 and sets errno to EBUSY.
This page last modified on 2006 January 24.