Searched defs:kmp_taskdata (Results 1 – 1 of 1) sorted by relevance
2319 struct kmp_taskdata { /* aligned during dynamic allocation */ struct2325 kmp_taskdata_t *td_parent; /* parent task */ argument2326 kmp_int32 td_level; /* task nesting level */2327 std::atomic<kmp_int32> td_untied_count; // untied task active parts counter2328 ident_t *td_ident; /* task identifier */2330 ident_t *td_taskwait_ident;2331 kmp_uint32 td_taskwait_counter;2332 kmp_int32 td_taskwait_thread; /* gtid + 1 of thread encountered taskwait */2356 kmp_taskdata_t *td_last_tied; // keep tied task for task scheduling constraint argument2364 }; // struct kmp_taskdata argument