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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1098   ptr = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr)));
 1119   ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size);
 1133   ptr = bgetz(__kmp_entry_thread(), (bufsize)(nelem * elsize + sizeof(ptr)));
 1146     result = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr)));
 1161     result = bgetr(__kmp_entry_thread(), *((void **)ptr - 1),
projects/openmp/runtime/src/kmp_cancel.cpp
  311     kmp_info_t *this_thr = __kmp_entry_thread();
projects/openmp/runtime/src/kmp_csupport.cpp
  149   return __kmp_entry_thread()->th.th_team->t.t_nproc;
  221   return __kmp_entry_thread()->th.th_root->r.r_active;
 1861   thread = __kmp_entry_thread();
 1872   thread = __kmp_entry_thread();
projects/openmp/runtime/src/kmp_ftn_entry.h
  601   thread = __kmp_entry_thread();
  617   thread = __kmp_entry_thread();
  628   thread = __kmp_entry_thread();
  640   thread = __kmp_entry_thread();
  649   kmp_info_t *th = __kmp_entry_thread();
  704   return __kmp_entry_thread()->th.th_team->t.t_active_level;
  713   return __kmp_entry_thread()->th.th_team->t.t_level;
  757   return __kmp_entry_thread()->th.th_current_task->td_flags.final;
  765   return get__proc_bind(__kmp_entry_thread());
  927   return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device;
  935   __kmp_entry_thread()->th.th_current_task->td_icvs.default_device =
projects/openmp/runtime/src/kmp_runtime.cpp
 7687   kmp_info_t *thr = __kmp_entry_thread();
 8229   return ((__kmp_entry_thread()->th.th_local.packed_reduction_method) >> 8);