};
-/**
+ /**
* This class is used to package all
* data needed to call a specific unary
* member function of an object. It is
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* specific ternary member
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* specific quaternary member
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* specific hexary member
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* specific nonary member
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* specific decary member
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* global function. See the
};
-/**
+ /**
* This class is used to package
* all data needed to call a
* global function. See the
};
-/**
+ /**
* Wrapper function to allow spawning
* threads for member functions as well,
* rather than for global functions only.
typename Arg3, typename Arg4,
typename Arg5, typename Arg6,
typename Arg7, typename Arg8>
- int spawn (Mem_Fun_Data8<ObjectClass,Arg1,Arg2,Arg3,Arg4,Arg5,
+ int spawn (Mem_Fun_Data8<ObjectClass,Arg1,Arg2,Arg3,Arg4,Arg5,
Arg6,Arg7,Arg8> *mem_fun_data,
long flags = THR_NEW_LWP | THR_JOINABLE,
ACE_thread_t * = 0,
size_t stack_size = 0);
-/**
+ /**
* Wrapper function to allow spawning
* threads for member functions as well,
* rather than for global functions only.
size_t stack_size = 0);
-/**
+ /**
* Wrapper function to allow spawning
* threads for funtions.
*
size_t stack_size[] = 0);
-private:
+ private:
-/**
+ /**
* This is a function satisfying the
* requirements for thread entry points.
* It takes as argument all the
static void * thread_entry_point10 (void *_arg);
-/**
+ /**
* This is a function satisfying the
* requirements for thread entry points.
* It takes as argument all the