| 202 | bool _more_tasks(TaskNode* old_head, TaskNode** new_tail, |
| 203 | bool has_uniterated); |
| 204 | void _release_additional_reference() { |
| 205 | dereference(); |
| 206 | } |
| 207 | void _on_recycle(); |
| 208 | int _execute(TaskNode* head, bool high_priority, int* niterated); |
| 209 | static void* _execute_tasks(void* arg); |