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

Method set_group_priority

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

Changes priority of the task group this task belongs to.

Source from the content-addressed store, hash-verified

852#if __TBB_TASK_PRIORITY
853 //! Changes priority of the task group this task belongs to.
854 void set_group_priority ( priority_t p ) { prefix().context->set_priority(p); }
855
856 //! Retrieves current priority of the task group this task belongs to.
857 priority_t group_priority () const { return prefix().context->priority(); }

Callers

nothing calls this directly

Calls 1

set_priorityMethod · 0.80

Tested by

no test coverage detected