|
SDL
2.0
|
#include <SDL_thread_c.h>
Collaboration diagram for SDL_Thread:Data Fields | |
| SDL_threadID | threadid |
| SYS_ThreadHandle | handle |
| int | status |
| SDL_atomic_t | state |
| SDL_error | errbuf |
| char * | name |
| size_t | stacksize |
| void * | data |
Definition at line 54 of file SDL_thread_c.h.
| void* SDL_Thread::data |
Definition at line 63 of file SDL_thread_c.h.
| SDL_error SDL_Thread::errbuf |
Definition at line 60 of file SDL_thread_c.h.
| SYS_ThreadHandle SDL_Thread::handle |
Definition at line 57 of file SDL_thread_c.h.
Referenced by SDL_SYS_CreateThread(), SDL_SYS_DetachThread(), and SDL_SYS_WaitThread().
| char* SDL_Thread::name |
Definition at line 61 of file SDL_thread_c.h.
Referenced by SDL_CreateThreadWithStackSize(), SDL_GetThreadName(), and SDL_WaitThread().
| size_t SDL_Thread::stacksize |
Definition at line 62 of file SDL_thread_c.h.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_SYS_CreateThread().
| SDL_atomic_t SDL_Thread::state |
Definition at line 59 of file SDL_thread_c.h.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_DetachThread().
| int SDL_Thread::status |
Definition at line 58 of file SDL_thread_c.h.
Referenced by SDL_CreateThreadWithStackSize(), and SDL_WaitThread().
| SDL_threadID SDL_Thread::threadid |
Definition at line 56 of file SDL_thread_c.h.
Referenced by SDL_GetThreadID().