doom3-gpl
Doom 3 GPL source release
|
#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 |
Definition at line 55 of file posix_input.cpp.
Definition at line 72 of file posix_input.cpp.
void Posix_ClearSigs | ( | ) |
Definition at line 72 of file posix_signal.cpp.
Definition at line 337 of file posix_main.cpp.
void Posix_EarlyInit | ( | ) |
Definition at line 538 of file posix_main.cpp.
Definition at line 80 of file posix_main.cpp.
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.
Definition at line 275 of file posix_main.cpp.
Definition at line 109 of file posix_main.cpp.
Definition at line 119 of file posix_main.cpp.
Definition at line 376 of file posix_main.cpp.
Definition at line 254 of file posix_threads.cpp.
xthreadInfo asyncThread |
Definition at line 247 of file posix_threads.cpp.