UFO: Alien Invasion
thread.h File Reference
#include <SDL.h>
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SDL_Thread * Com_CreateThread (int(*fn)(void *), const char *name, void *data=nullptr)
 

Function Documentation

◆ Com_CreateThread()

SDL_Thread * Com_CreateThread ( int(*)(void *)  fn,
const char *  name,
void data = nullptr 
)
inline

Definition at line 5 of file thread.h.

References data, and name.

Referenced by Master_Heartbeat(), R_InitThreads(), RunThreads(), SV_InitGameProgs(), and SV_ParallelSearch().