reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp.h
 1542 typedef struct KMP_ALIGN_CACHE dispatch_private_info32 {
 1575 typedef struct KMP_ALIGN_CACHE dispatch_private_info64 {
 1652 typedef struct KMP_ALIGN_CACHE dispatch_private_info {
 1828 typedef struct KMP_ALIGN_CACHE kmp_bstate {
 1837   KMP_ALIGN_CACHE volatile kmp_uint64
 1861 union KMP_ALIGN_CACHE kmp_barrier_union {
 1870 union KMP_ALIGN_CACHE kmp_barrier_team_union {
 1919 union KMP_ALIGN_CACHE kmp_cond_union {
 1927 union KMP_ALIGN_CACHE kmp_mutex_union {
 1962 typedef union KMP_ALIGN_CACHE kmp_desc {
 2165 union KMP_ALIGN_CACHE kmp_depnode {
 2276   KMP_ALIGN_CACHE kmp_internal_control_t
 2278   KMP_ALIGN_CACHE std::atomic<kmp_int32>
 2335 typedef union KMP_ALIGN_CACHE kmp_thread_data {
 2358   KMP_ALIGN_CACHE
 2361   KMP_ALIGN_CACHE
 2366 union KMP_ALIGN_CACHE kmp_task_team {
 2418 typedef struct KMP_ALIGN_CACHE kmp_base_info {
 2454   KMP_ALIGN_CACHE int
 2482   KMP_ALIGN_CACHE kmp_team_p
 2523   KMP_ALIGN_CACHE kmp_balign_t th_bar[bs_last_barrier];
 2525   KMP_ALIGN_CACHE volatile kmp_int32
 2558 typedef union KMP_ALIGN_CACHE kmp_info {
 2568 typedef union KMP_ALIGN_CACHE kmp_sleep_team {
 2574 typedef union KMP_ALIGN_CACHE kmp_ordered_team {
 2601 typedef struct KMP_ALIGN_CACHE kmp_base_team {
 2604   KMP_ALIGN_CACHE kmp_ordered_team_t t_ordered;
 2615   KMP_ALIGN_CACHE int t_master_tid; // tid of master in parent team
 2631   KMP_ALIGN_CACHE void **t_argv;
 2651   KMP_ALIGN_CACHE kmp_info_t **t_threads;
 2656   KMP_ALIGN_CACHE int t_max_argc;
 2681   KMP_ALIGN_CACHE kmp_internal_control_t *t_control_stack_top;
 2695 union KMP_ALIGN_CACHE kmp_team {
 2701 typedef union KMP_ALIGN_CACHE kmp_time_global {
 2719 typedef union KMP_ALIGN_CACHE kmp_global {
 2742 typedef union KMP_ALIGN_CACHE kmp_root {
projects/openmp/runtime/src/kmp_dispatch.h
  128 template <typename T> struct KMP_ALIGN_CACHE dispatch_private_info_template {
  131   union KMP_ALIGN_CACHE private_info_tmpl {
projects/openmp/runtime/src/kmp_global.cpp
  417 KMP_ALIGN_CACHE
  422 KMP_ALIGN_CACHE
  428 KMP_ALIGN_CACHE
  433 KMP_ALIGN_CACHE
  467 KMP_ALIGN_CACHE
projects/openmp/runtime/src/kmp_lock.h
  264 union KMP_ALIGN_CACHE kmp_ticket_lock {
  384 union KMP_ALIGN_CACHE kmp_queuing_lock {
  422 union KMP_ALIGN_CACHE kmp_adaptive_lock {
  443   KMP_ALIGN_CACHE
  456   KMP_ALIGN_CACHE
  472   KMP_ALIGN_CACHE
  481 union KMP_ALIGN_CACHE kmp_drdpa_lock {