doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
posix_public.h File Reference
#include <signal.h>

Go to the source code of this file.

Functions

void Posix_QueEvent (sysEventType_t type, int value, int value2, int ptrLength, void *ptr)
 
const char * Posix_Cwd (void)
 
void Posix_EarlyInit ()
 
void Posix_LateInit ()
 
void Posix_InitPThreads ()
 
void Posix_InitSigs ()
 
void Posix_ClearSigs ()
 
void Posix_Exit (int ret)
 
void Posix_SetExit (int ret)
 
void Posix_SetExitSpawn (const char *exeName)
 
void Posix_StartAsyncThread (void)
 
bool Posix_AddKeyboardPollEvent (int key, bool state)
 
bool Posix_AddMousePollEvent (int action, int value)
 
void Posix_PollInput (void)
 
void Posix_InitConsoleInput (void)
 
void Posix_Shutdown (void)
 
void Sys_FPE_handler (int signum, siginfo_t *info, void *context)
 
void Sys_DoStartProcess (const char *exeName, bool dofork=true)
 
void Sys_AsyncThread (void)
 

Variables

xthreadInfo asyncThread
 

Function Documentation

bool Posix_AddKeyboardPollEvent ( int  key,
bool  state 
)

Definition at line 55 of file posix_input.cpp.

bool Posix_AddMousePollEvent ( int  action,
int  value 
)

Definition at line 72 of file posix_input.cpp.

void Posix_ClearSigs ( )

Definition at line 72 of file posix_signal.cpp.

const char* Posix_Cwd ( void  )

Definition at line 337 of file posix_main.cpp.

void Posix_EarlyInit ( )

Definition at line 538 of file posix_main.cpp.

void Posix_Exit ( int  ret)

Definition at line 80 of file posix_main.cpp.

void Posix_InitConsoleInput ( void  )

Definition at line 568 of file posix_main.cpp.

void Posix_InitPThreads ( )

Definition at line 268 of file posix_threads.cpp.

void Posix_InitSigs ( )

Definition at line 128 of file posix_signal.cpp.

void Posix_LateInit ( )

Definition at line 552 of file posix_main.cpp.

void Posix_PollInput ( void  )

Definition at line 337 of file input.cpp.

void Posix_QueEvent ( sysEventType_t  type,
int  value,
int  value2,
int  ptrLength,
void ptr 
)

Definition at line 275 of file posix_main.cpp.

void Posix_SetExit ( int  ret)

Definition at line 109 of file posix_main.cpp.

void Posix_SetExitSpawn ( const char *  exeName)

Definition at line 119 of file posix_main.cpp.

void Posix_Shutdown ( void  )

Definition at line 376 of file posix_main.cpp.

void Posix_StartAsyncThread ( void  )

Definition at line 254 of file posix_threads.cpp.

void Sys_AsyncThread ( void  )

Definition at line 61 of file main.cpp.

void Sys_DoStartProcess ( const char *  exeName,
bool  dofork = true 
)

Definition at line 368 of file main.cpp.

void Sys_FPE_handler ( int  signum,
siginfo_t *  info,
void context 
)

Definition at line 235 of file main.cpp.

Variable Documentation

xthreadInfo asyncThread

Definition at line 247 of file posix_threads.cpp.