LLVM OpenMP 22.0.0git
kmp_task_team_list_t Struct Reference

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

Public Attributes

kmp_task_team_ttask_team
kmp_task_team_list_tnext

Detailed Description

Definition at line 2889 of file kmp.h.

Member Data Documentation

◆ next

kmp_task_team_list_t* kmp_task_team_list_t::next

Definition at line 2891 of file kmp.h.

Referenced by __kmp_pop_task_team_node(), and __kmp_push_task_team_node().

◆ task_team

kmp_task_team_t* kmp_task_team_list_t::task_team

Definition at line 2890 of file kmp.h.

Referenced by __kmp_pop_task_team_node(), and __kmp_push_task_team_node().


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