Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6THREADMAIN

Defines the signature of a thread main entry point.

Every thread must define a static method or function with this signature and pass it into the p6IThread::initialize() method. The method or function will be called whenthe thread is first started and represents the line (or thread) of execution for the thread. The thread will be terminated When this method or function returns.

Definition at line 242 of file p6thread.h.