SDL_GetThreadState - Man Page
Get the current state of a thread.
Synopsis
#include <SDL3/SDL_thread.h> SDL_ThreadState SDL_GetThreadState(SDL_Thread *thread);
Function Parameters
- thread
the thread to query.
Return Value
Returns the current state of a thread, or SDL_THREAD_UNKNOWN if the thread isn't valid.
Availability
This function is available since SDL 3.2.0.
See Also
SDL_ThreadState(3type)
Referenced By
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS