Typedefs

InitThreadFunc

Typedefs

typedef void(* InitThreadFunc )(const char *threadName)

Detailed Description

Typedef for thread initialiation function.

The only parameter to this void method is the name of the thread.


Typedef Documentation

typedef void(* InitThreadFunc)(const char *threadName)