Author :
Sam Lantinga
Date :
2018-04-23 21:50:03
Hash :a1b8fa60 Message :TryLockMutex: Fix error handling for TryLockMutex
Christian Herzig
pthread_mutex_trylock() and by the way, pthread_mutex_lock() do not set errno.
Pthread-methods directly return error code as int. See related man-pages for
details.