#include <WFMO_Reactor.h>
Inheritance diagram for ACE_Wakeup_All_Threads_Handler:


Public Member Functions | |
| virtual int | handle_signal (int signum, siginfo_t *=0, ucontext_t *=0) |
| Called when the <ACE_WFMO_Reactor->wakeup_all_threads_>. | |
Definition at line 90 of file WFMO_Reactor.h.
|
||||||||||||||||
|
Called when the <ACE_WFMO_Reactor->wakeup_all_threads_>.
Reimplemented from ACE_Event_Handler. Definition at line 15 of file WFMO_Reactor.inl. References ucontext_t.
00018 {
00019 // This will get called when <WFMO_Reactor->wakeup_all_threads_> event
00020 // is signaled. There is nothing to be done here.
00021 // ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("(%t) waking up to get updated handle set info\n")));
00022 return 0;
00023 }
|
1.3.6