Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2755 struct kmp_taskdata { /* aligned during dynamic allocation */ struct
2761 kmp_taskdata_t *td_parent; /* parent task */ argument
2762 kmp_int32 td_level; /* task nesting level */
2763 std::atomic<kmp_int32> td_untied_count; // untied task active parts counter
2764 ident_t *td_ident; /* task identifier */
2788 kmp_taskdata_t *td_last_tied; // keep tied task for task scheduling constraint argument
2802 }; // struct kmp_taskdata argument