| 294 | } |
| 295 | |
| 296 | static void *ProcessRoutineRun(void *arg) { |
| 297 | co_enable_hook_sys(); |
| 298 | |
| 299 | ProcessCtx_t *ctx = static_cast<ProcessCtx_t*>(arg); |
| 300 | ctx->batch_helper->Process(ctx); |
| 301 | return nullptr; |
| 302 | } |
| 303 | |
| 304 | |
| 305 | void BatchHelper::Process(ProcessCtx_t *ctx) { |