S2OPC OPCUA Toolkit
|
#include <p_sopc_threads.h>
Data Fields | |
pthread_t | thread |
P4_thr_t | thread |
pFct * | pStartFct |
void * | pStartArgs |
P4_barrier_t | joinSignal |
HANDLE | thread |
SOPCThreadStartFct * | startFct |
void * | args |
The linux actual implementation of Thread variables
The windows actual implementation of Thread variables
pthread_t SOPC_Thread_Impl::thread |
P4_thr_t SOPC_Thread_Impl::thread |
pFct* SOPC_Thread_Impl::pStartFct |
void* SOPC_Thread_Impl::pStartArgs |
P4_barrier_t SOPC_Thread_Impl::joinSignal |
HANDLE SOPC_Thread_Impl::thread |
SOPCThreadStartFct* SOPC_Thread_Impl::startFct |
void* SOPC_Thread_Impl::args |