Current affinity of this task
| 817 | |
| 818 | //! Current affinity of this task |
| 819 | affinity_id affinity() const {return prefix().affinity;} |
| 820 | |
| 821 | //! Invoked by scheduler to notify task that it ran on unexpected thread. |
| 822 | /** Invoked before method execute() runs, if task is stolen, or task has |
nothing calls this directly
no outgoing calls
no test coverage detected