1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2024-12-25 09:17:12 +01:00
sdl2_frt/src/thread
Sam Lantinga a1b8fa6071 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
..
generic Updated copyright for 2018 2018-01-03 10:03:25 -08:00
psp Updated copyright for 2018 2018-01-03 10:03:25 -08:00
pthread TryLockMutex: Fix error handling for TryLockMutex 2018-04-23 21:50:03 -07:00
stdcpp Updated copyright for 2018 2018-01-03 10:03:25 -08:00
windows revert the recent typecast assignment changes (see bug ) 2018-02-12 17:00:00 +03:00
SDL_systhread.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_thread_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_thread.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00