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

Method note_affinity

benchmarks/tbb/task.cpp:250–251  ·  view source on GitHub ↗

Defined out of line so that compiler does not replicate task's vtable. It's pointless to define it inline anyway, because all call sites to it are virtual calls that the compiler is unlikely to optimize. */

Source from the content-addressed store, hash-verified

248 It's pointless to define it inline anyway, because all call sites to it are virtual calls
249 that the compiler is unlikely to optimize. */
250void task::note_affinity( affinity_id ) {
251}
252
253#if __TBB_TASK_GROUP_CONTEXT
254void task::change_group ( task_group_context& ctx ) {

Callers 2

ifFunction · 0.45
get_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected