TwiceAsNice
2019-02-18
|
Classes | |
struct | _tThreadParam |
Macros | |
#define | PRINT printf |
#define | PRINT_STATUS() |
Typedefs | |
typedef struct _tThreadParam | tThreadParam |
Functions | |
void STDCALL | threadproc (void *param) |
void STDCALL | threadproducer (void *param) |
void STDCALL | threadconsumer (void *param) |
void STDCALL | timerproc (void *param) |
int | TestSleep (unsigned long delayMs) |
int | TestThread1 (int numThreads) |
int | TestThread2 () |
void | TestTimer (int periodMs, int durationMs) |
void STDCALL | threadevent (void *param) |
void | TestEvent (int delayMs) |
void | TestClockWatch1 (int iterations, int periodMs) |
void | TestClockWatch2 (int iterations, int stepMs) |
int | main (int argc, char *argv[]) |
Variables | |
static int | G_Var1 = 0 |
#define PRINT printf |
#define PRINT_STATUS | ( | ) |
typedef struct _tThreadParam tThreadParam |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void TestClockWatch1 | ( | int | iterations, |
int | periodMs | ||
) |
void TestClockWatch2 | ( | int | iterations, |
int | stepMs | ||
) |
void TestEvent | ( | int | delayMs | ) |
int TestSleep | ( | unsigned long | delayMs | ) |
int TestThread1 | ( | int | numThreads | ) |
int TestThread2 | ( | ) |
void TestTimer | ( | int | periodMs, |
int | durationMs | ||
) |
void STDCALL threadconsumer | ( | void * | param | ) |
void STDCALL threadevent | ( | void * | param | ) |
void STDCALL threadproc | ( | void * | param | ) |
void STDCALL threadproducer | ( | void * | param | ) |
void STDCALL timerproc | ( | void * | param | ) |
|
static |