SDL/src/thread/pthread
Sam Lantinga 32d3153c84 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.
2018-04-23 21:50:03 -07:00
..
SDL_syscond.c pthread: fix error code checks (thanks, Andreas!). 2018-02-17 23:57:57 -05:00
SDL_sysmutex_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_sysmutex.c TryLockMutex: Fix error handling for TryLockMutex 2018-04-23 21:50:03 -07:00
SDL_syssem.c Fixed bug 4097 - Segmentation fault by SDL_CreateThreadWithStackSize 2018-02-25 19:51:34 -08:00
SDL_systhread_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_systhread.c Handle NULL return from SDL_DBus_GetContext() 2018-04-23 19:20:12 -07:00
SDL_systls.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00