mcs::ThreadFunc Class Reference

Inheritance diagram for mcs::ThreadFunc:

Inheritance graph
[legend]

List of all members.


Detailed Description

Definition at line 2813 of file mcs.hh.


Public Member Functions

int retcode ()
 ThreadFunc (Event *(*start_routine)(void *), void *arg)
 ThreadFunc (int(*start_routine)(void *), void *arg)
 Constructor, run a user function in a separate thread.

Private Member Functions

void run ()

Private Attributes

void * arg
int ret
int(* start_routine1 )(void *)
Event *(* start_routine2 )(void *)

Constructor & Destructor Documentation

mcs::ThreadFunc::ThreadFunc ( int(*)(void *)  start_routine,
void *  arg 
)

Constructor, run a user function in a separate thread.

Definition at line 430 of file Thread.cc.


The documentation for this class was generated from the following files:
mcslogo

MCS (My Customizable Server) ver. 0.3.3-alpha3
Documentation generated on Thu Mar 22 13:22:23 UTC 2012