mirror of https://github.com/encounter/SDL.git
75a58303a0
Most pthread functions return 0 on success and non-zero on error, but those errors might be positive or negative, so checking for return values in the Unix style, where errors are less than zero, is a bug. Fixes Bugzilla #4039. |
||
---|---|---|
.. | ||
generic | ||
psp | ||
pthread | ||
stdcpp | ||
windows | ||
SDL_systhread.h | ||
SDL_thread.c | ||
SDL_thread_c.h |