#include <stdlib.h>
#include <stdio.h>
#include "UeiDaqPAL.h"
◆ tThreadParam
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ TestEvent()
void TestEvent |
( |
int |
delayMs | ) |
|
◆ TestSleep()
void TestSleep |
( |
int |
delayMs | ) |
|
◆ TestThread1()
int TestThread1 |
( |
int |
numThreads | ) |
|
◆ TestThread2()
◆ TestTimer()
void TestTimer |
( |
int |
delayMs, |
|
|
int |
periodMs |
|
) |
| |
◆ threadconsumer()
void STDCALL threadconsumer |
( |
void * |
param | ) |
|
◆ threadevent()
void STDCALL threadevent |
( |
void * |
param | ) |
|
◆ threadproc()
void STDCALL threadproc |
( |
void * |
param | ) |
|
◆ threadproducer()
void STDCALL threadproducer |
( |
void * |
param | ) |
|
◆ timerproc()
void STDCALL timerproc |
( |
void * |
param | ) |
|
◆ G_Var1