| 909 | } |
| 910 | |
| 911 | void TaskGroup::ready_to_run_general(TaskMeta* meta, bool nosignal) { |
| 912 | if (tls_task_group == this) { |
| 913 | return ready_to_run(meta, nosignal); |
| 914 | } |
| 915 | return ready_to_run_remote(meta, nosignal); |
| 916 | } |
| 917 | |
| 918 | void TaskGroup::flush_nosignal_tasks_general() { |
| 919 | if (tls_task_group == this) { |
no outgoing calls
no test coverage detected