Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

thread_t Struct Reference


Data Fields

void *(* start_routine )(void *)
void * arg

Detailed Description

This structure describes a native thread in the Windows port.

Definition at line 29 of file vipl_win_thread.c.


Field Documentation

void*(* thread_t::start_routine)(void *)
 

The routine executed by the thread.

Referenced by vipl_win_thread_create_helper().

void* thread_t::arg
 

The argument passed to the thread routine at creation time.

Definition at line 34 of file vipl_win_thread.c.

Referenced by vipl_win_thread_create_helper().


The documentation for this struct was generated from the following file:
VI-GM-1.3 by Myricom © 1997-2006. Documentation generated on 20 May 2006 by doxygen 1.4.4.