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

Declarations

projects/openmp/runtime/src/kmp.h
 3515 extern void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr);

References

projects/openmp/runtime/src/kmp_csupport.cpp
  605     __kmp_pop_current_task_from_thread(this_thr);
projects/openmp/runtime/src/kmp_runtime.cpp
 2497   __kmp_pop_current_task_from_thread(master_th);