LLVM OpenMP 19.0.0git
Public Attributes | List of all members
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 2828 of file kmp.h.

Member Data Documentation

◆ next

kmp_task_pri* kmp_task_pri::next

◆ priority

kmp_int32 kmp_task_pri::priority

Definition at line 2830 of file kmp.h.

Referenced by __kmp_get_priority_deque_data(), and __kmp_push_priority_task().

◆ td

kmp_thread_data_t kmp_task_pri::td

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