w3thread.h File Reference


Compounds

struct  w3Thread

Functions

w3Threadw3ThreadRun (void* start_func, void* arg)
boolean w3ThreadJoin (w3Thread *t)
boolean w3ThreadDestroy (w3Thread *t)


Function Documentation

w3Thread * w3ThreadRun (void * start_func, void * arg)

Starts start_func as a new thread. The pointer to a newly created w3Thread structure is returned.

boolean w3ThreadJoin (w3Thread * t)

Joins thread t. The structure is deleted.

boolean w3ThreadDestroy (w3Thread * t)


Generated at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999