CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiThreadInfo Struct Reference

Structure to keep track of thread state info. More...

Data Fields

pthread_t thread_id
 Thread ID.
 
char thread_name_str [CDI_MAX_THREAD_NAME]
 Name attached to thread, if any.
 
CdiThreadFuncName thread_func
 Thread function that will be used in ThreadFuncHelper().
 
void * thread_func_arg_ptr
 The argument given to thread_func.
 
CdiSignalType start_signal
 Signal used to start the thread. If NULL, thread starts immediately.
 
CdiSignalType is_done
 The signal that is set when thread_func returns.
 
int exit
 If non-zero, CdiOsThreadJoin() has been called to wait for the thread to exit.
 

Detailed Description

Structure to keep track of thread state info.


The documentation for this struct was generated from the following file: