SDL  2.0
thread_args Struct Reference
+ Collaboration diagram for thread_args:

Data Fields

int(* func )(void *)
 
voiddata
 
SDL_Threadinfo
 
SDL_sem * wait
 

Detailed Description

Definition at line 256 of file SDL_thread.c.

Field Documentation

◆ data

void* thread_args::data

Definition at line 259 of file SDL_thread.c.

Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().

◆ func

int( * thread_args::func) (void *)

Definition at line 258 of file SDL_thread.c.

Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().

◆ info

SDL_Thread* thread_args::info

Definition at line 260 of file SDL_thread.c.

Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().

◆ wait

SDL_sem* thread_args::wait

Definition at line 261 of file SDL_thread.c.

Referenced by SDL_CreateThreadWithStackSize(), and SDL_RunThread().


The documentation for this struct was generated from the following file: