task on whose behalf this task is working, or NULL if this is a root.
| 762 | |
| 763 | //! task on whose behalf this task is working, or NULL if this is a root. |
| 764 | task* parent() const {return prefix().parent;} |
| 765 | |
| 766 | //! sets parent task pointer to specified value |
| 767 | void set_parent(task* p) { |
no outgoing calls
no test coverage detected