#include <Thread_Hook.h>
Public Methods | |
virtual ACE_THR_FUNC_RETURN | start (ACE_THR_FUNC func, void *arg) |
Static Public Methods | |
ACE_Thread_Hook * | thread_hook (ACE_Thread_Hook *hook) |
ACE_Thread_Hook * | thread_hook (void) |
Returns the current system thread hook. |
|
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. |
|
Returns the current system thread hook.
|
|
sets the system wide thread hook, returns the previous thread hook or 0 if none is set. |