ACE_Thread_Hook Class ReferenceThis class makes it possible to provide user-defined "start" hooks that are called before the thread entry point function is invoked. More...
Detailed DescriptionThis class makes it possible to provide user-defined "start" hooks that are called before the thread entry point function is invoked.Constructor & Destructor Documentation
Destructor.
Member Function Documentation
This method can be overridden in a subclass to customize this pre-function call "hook" invocation that can perform initialization processing before the thread entry point func method is called back. The func and arg passed into the start hook are the same as those passed by the application that spawned the thread.
sets the system wide thread hook, returns the previous thread hook or 0 if none is set.
Returns the current system thread hook.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:17:40 2008 for ACE by ![]() |