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

threadinfo_t Struct Reference

#include <vipl_win_thread.h>


Data Fields

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


Detailed Description

This structure contains the information about the routine executed by a thread in the Windows port (Win32 threads suck).

Definition at line 29 of file vipl_win_thread.h.


Field Documentation

void*(* threadinfo_t::start_routine)(void *)
 

The routine executed by the thread.

Referenced by vipl_win_thread_create().

void* threadinfo_t::arg
 

The argument passed to the thread routine at creation time.

Definition at line 34 of file vipl_win_thread.h.

Referenced by vipl_win_thread_create().


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.