Pointer to the task group descriptor.
| 778 | |
| 779 | //! Pointer to the task group descriptor. |
| 780 | task_group_context* group () { return prefix().context; } |
| 781 | #endif /* __TBB_TASK_GROUP_CONTEXT */ |
| 782 | |
| 783 | //! True if task was stolen from the task pool of another thread. |