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 *) |
mcs::ThreadFunc::ThreadFunc | ( | int(*)(void *) | start_routine, | |
void * | arg | |||
) |
![]() |
MCS (My Customizable Server) ver. 0.3.3-alpha3
|