LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
kmp_info_p * | cg_root |
kmp_int32 | cg_thread_limit |
kmp_int32 | cg_nthreads |
struct kmp_cg_root * | up |
kmp_int32 kmp_cg_root::cg_nthreads |
Definition at line 2930 of file kmp.h.
Referenced by __kmp_free_team(), __kmp_free_thread(), __kmp_initialize_info(), __kmp_register_root(), __kmp_teams_master(), and __kmpc_fork_teams().
kmp_info_p* kmp_cg_root::cg_root |
Definition at line 2926 of file kmp.h.
Referenced by __kmp_free_thread(), __kmp_initialize_info(), __kmp_register_root(), and __kmp_teams_master().
kmp_int32 kmp_cg_root::cg_thread_limit |
Definition at line 2929 of file kmp.h.
Referenced by __kmp_register_root(), and __kmp_teams_master().
struct kmp_cg_root* kmp_cg_root::up |
Definition at line 2931 of file kmp.h.
Referenced by __kmp_free_team(), __kmp_free_thread(), __kmp_register_root(), __kmp_teams_master(), and __kmpc_fork_teams().