Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ix_ossl_thread_main_info_t Struct Reference
[IXP425 Operating System Services Library (IxOSSL) API]

This 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


Detailed Description

This type defines thread main info.

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.


Field Documentation

void* ix_ossl_thread_main_info_t::threadArg
 

void pointer to a user defined thread entry point argument

Definition at line 265 of file ix_ossl.h.

ix_ossl_thread_entry_point_t ix_ossl_thread_main_info_t::threadMain
 

pointer to thread entry point function

Definition at line 264 of file ix_ossl.h.


The documentation for this struct was generated from the following file:
Automatically generated from sources. © Intel Corp. 2003