LLVM OpenMP 22.0.0git
kmp_task_pri Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"

Public Attributes

kmp_thread_data_t td
kmp_int32 priority
kmp_task_prinext

Detailed Description

Definition at line 2843 of file kmp.h.

Member Data Documentation

◆ next

kmp_task_pri* kmp_task_pri::next

Definition at line 2846 of file kmp.h.

Referenced by __kmp_get_priority_deque_data().

◆ priority

kmp_int32 kmp_task_pri::priority

Definition at line 2845 of file kmp.h.

Referenced by __kmp_get_priority_deque_data(), and __kmp_push_priority_task().

◆ td


The documentation for this struct was generated from the following file: