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

Member Data Documentation

◆ next

kmp_task_team_list_t* kmp_task_team_list_t::next

Definition at line 2887 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 2886 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: