|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
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. | |
Structure to keep track of thread state info.