MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / affinity

Method affinity

benchmarks/tbb/task.h:819–819  ·  view source on GitHub ↗

Current affinity of this task

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected