| 666 | } |
| 667 | |
| 668 | void WizQueuedThreadAddAction(int threadID, IWizRunable* action) |
| 669 | { |
| 670 | IWizThreadPool* thread = CWizQueuedThreads::getThreadPool(threadID); |
| 671 | // |
| 672 | thread->addTask(action); |
| 673 | } |
| 674 | |
| 675 | void WizQueuedThreadAddAction(int threadID, IWizRunable* action, int milliseconds, int nTimeoutThreadId, IWizRunable* timeoutAction) |
| 676 | { |
no test coverage detected