Retrieves current priority of the task group this task belongs to.
| 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 |