![]() |
||||||||||||||||||||
ix_ossl_thread_main_info_t Struct ReferenceThis type defines thread main info.
More...
|
Data Fields | |
ix_ossl_thread_entry_point_t | threadMain |
pointer to thread entry point function | |
void * | threadArg |
void pointer to a user defined thread entry point argument |
The struct has two fields: threadMain and threadArg. The threadMain is pointer to thread entry point function. threadArg is a void pointer to a user defined thread entry point argument.
Definition at line 262 of file ix_ossl.h.
|
void pointer to a user defined thread entry point argument
|
|
pointer to thread entry point function
|