| 406 | } |
| 407 | |
| 408 | void Consumer::ProcessAllBatchHandleTasks(const int cid) { |
| 409 | if (!impl_->batch_handle_finish[cid]) { |
| 410 | BatchHandleRoutineFunc(cid); |
| 411 | BatchHandleTaskFinish(); |
| 412 | impl_->batch_handle_finish[cid] = true; |
| 413 | } |
| 414 | } |
| 415 | |
| 416 | void Consumer::ConsumeThreadRun(const int vpid) { |
| 417 | OnConsumeThreadRun(vpid); |
no outgoing calls
no test coverage detected