#include "common_libs.h"Namespaces | |
| namespace | tthreads |
Defines | |
| #define | USE_THREADS |
Functions | |
| OSVersion | getOSVersion () |
| void | Sleep (unsigned long msec) |
| bool | pollHUPStatus () |
| bool | pollCloseRequests () |
| void * | SignalThread (void *) |
| void | start_signal_thread () |
| void | setup_signals () |
| char * | getOSVersionString () |
| std::string | rtrim (const string &sourceStr,const string &whitespace) |
| std::wstring | rtrim (const wstring &sourceStr,const wstring &whitespace) |
| std::string | ltrim (const string &sourceStr,const string &whitespace) |
| std::wstring | ltrim (const std::wstring &sourceStr,const wstring &whitespace) |
| std::string | trim (const std::string &sourceStr,const string &whitespace) |
| std::wstring | trim (const std::wstring &sourceStr,const wstring &whitespace) |
Variables | |
| OSVersion | g_OSVer = OSVER_UNKNOWN |
| volatile bool | g_bHUPReceived = false |
| volatile bool | g_bShouldClose = false |
| char | g_szOSVerBuffer [1024] |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|