Home
last modified time | relevance | path

Searched defs:kmp_taskdata (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2384 struct kmp_taskdata { /* aligned during dynamic allocation */ struct
2390 kmp_taskdata_t *td_parent; /* parent task */ argument
2391 kmp_int32 td_level; /* task nesting level */
2392 std::atomic<kmp_int32> td_untied_count; // untied task active parts counter
2393 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 …]