Man page - sdl_getthreadstate(3)

Packages contas this manual

Manual

SDL_GetThreadState(3) SDL3 FUNCTIONS SDL_GetThreadState(3)

SDL_GetThreadState - Get the current state of a thread.

Defined in SDL3/SDL_thread.h

#include "SDL3/SDL.h"
SDL_ThreadState SDL_GetThreadState(SDL_Thread *thread);

the thread to query.

( SDL_ThreadState ) Returns the current state of a thread, or SDL_THREAD_UNKNOWN
if the thread isn't valid.

This function is available since SDL 3.2.0.

(3), SDL_ThreadState(3type)

SDL 3.2.10 Simple Directmedia Layer