| 304 | } |
| 305 | |
| 306 | static inline void itt_id_create(const __itt_domain *domain, __itt_id id) { |
| 307 | ITTNOTIFY_VOID_D1(id_create, domain, id); |
| 308 | } |
| 309 | |
| 310 | void itt_make_task_group_v7( itt_domain_enum domain, void *group, unsigned long long group_extra, |
| 311 | void *parent, unsigned long long parent_extra, string_index name_index ) { |
no outgoing calls
no test coverage detected