Searched defs:kmp_taskdata (Results 1 – 1 of 1) sorted by relevance
2384 struct kmp_taskdata { /* aligned during dynamic allocation */ struct2390 kmp_taskdata_t *td_parent; /* parent task */ argument2391 kmp_int32 td_level; /* task nesting level */2392 std::atomic<kmp_int32> td_untied_count; // untied task active parts counter2393 ident_t *td_ident; /* task identifier */2395 ident_t *td_taskwait_ident;2396 kmp_uint32 td_taskwait_counter;2397 kmp_int32 td_taskwait_thread; /* gtid + 1 of thread encountered taskwait */2399 td_icvs; /* Internal control variables for the task */2424 kmp_taskdata_t *td_last_tied; // keep tied task for task scheduling constraint argument[all …]