w3Thread Struct Reference

#include <w3thread.h>

List of all members.

Public Members

void* startRoutine
void* arg
pthread_t ID
pthread_attr_t attr


Detailed Description

Thread structure to hide lower level thread libraries. Only startRoutine and arg have to be set by the caller.

Member Data Documentation

void* w3Thread::startRoutine

void* w3Thread::arg

pthread_t w3Thread::ID

pthread_attr_t w3Thread::attr


The documentation for this struct was generated from the following file:
Generated at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999