hythread_start_proc_data Struct Reference

#include <hythread_ext.h>

List of all members.


Detailed Description

Start procedure data structure.


Public Attributes

hythread_t thread
 A new thread.
hythread_group_t group
 Thread group of a new thread.
hythread_entrypoint_t proc
 Thread start procedure.
void * proc_args
 Start procedure arguments.


Member Data Documentation

hythread_t hythread_start_proc_data.thread

A new thread.

hythread_group_t hythread_start_proc_data.group

Thread group of a new thread.

hythread_entrypoint_t hythread_start_proc_data.proc

Thread start procedure.

void* hythread_start_proc_data.proc_args

Start procedure arguments.


The documentation for this struct was generated from the following file:

Genereated on Tue Mar 11 19:25:26 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.