| 839 | } |
| 840 | |
| 841 | void TaskGroup::destroy_self() { |
| 842 | if (_control) { |
| 843 | _control->_destroy_group(this); |
| 844 | _control = NULL; |
| 845 | } else { |
| 846 | CHECK(false); |
| 847 | } |
| 848 | } |
| 849 | |
| 850 | |
| 851 | void TaskGroup::ready_to_run(TaskMeta* meta, bool nosignal) { |
no test coverage detected