| 671 | } |
| 672 | |
| 673 | MessageHandler_t InstallAsyncHandler(const MessageQueue_t& id) { |
| 674 | ASSERT(0 != id); |
| 675 | return InstallMessageHandler(__AsyncInvokeHandler, false, id); |
| 676 | } |
| 677 | |
| 678 | |
| 679 | static MessageQueue_t __CreateMessageQueueInfo(boost::shared_ptr<RunloopCond>& _breaker, thread_tid _tid) { |
no test coverage detected