UFO: Alien Invasion
r_thread.cpp File Reference
#include "r_local.h"
#include "../../ports/system.h"
#include "../../shared/thread.h"
#include <unistd.h>
Include dependency graph for r_thread.cpp:

Go to the source code of this file.

Macros

#define THREAD_SLEEP_INTERVAL   5
 

Functions

int R_RunThread (void *p)
 
void R_ShutdownThreads (void)
 
void R_InitThreads (void)
 

Variables

renderer_threadstate_t r_threadstate
 

Macro Definition Documentation

◆ THREAD_SLEEP_INTERVAL

#define THREAD_SLEEP_INTERVAL   5

Definition at line 36 of file r_thread.cpp.

Function Documentation

◆ R_InitThreads()

void R_InitThreads ( void  )

◆ R_RunThread()

int R_RunThread ( void p)

◆ R_ShutdownThreads()

void R_ShutdownThreads ( void  )

Variable Documentation

◆ r_threadstate