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

Method group_priority

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

Retrieves current priority of the task group this task belongs to.

Source from the content-addressed store, hash-verified

855
856 //! Retrieves current priority of the task group this task belongs to.
857 priority_t group_priority () const { return prefix().context->priority(); }
858
859#endif /* __TBB_TASK_PRIORITY */
860

Callers

nothing calls this directly

Calls 1

priorityMethod · 0.80

Tested by

no test coverage detected