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

References

projects/openmp/runtime/src/kmp_barrier.cpp
   71   if (!KMP_MASTER_TID(tid)) {
  159   if (KMP_MASTER_TID(tid)) {
  368   if (!KMP_MASTER_TID(tid)) { // Worker threads
  414   if (!KMP_MASTER_TID(
  611   if (KMP_MASTER_TID(tid)) {
  648   if (KMP_MASTER_TID(tid)) { // master
  773       !KMP_MASTER_TID(tid)) { // copy ICVs locally to final dest
  814     if (!KMP_MASTER_TID(
  905             KMP_MASTER_TID(tid)
 1002   if (!KMP_MASTER_TID(tid)) { // worker threads release parent in hierarchy
 1047   if (KMP_MASTER_TID(tid)) {
 1127     if (KMP_MASTER_TID(
 1156       if (KMP_MASTER_TID(tid)) { // do a flat release
 1241     if (propagate_icvs && !KMP_MASTER_TID(tid))
 1376     if (KMP_MASTER_TID(tid) && __kmp_tasking_mode != tskm_immediate_exec)
 1413     if (KMP_MASTER_TID(tid)) {
 1601       if (KMP_MASTER_TID(tid)) {
 1711     if (KMP_MASTER_TID(ds_tid) &&
 1727     if (!KMP_MASTER_TID(ds_tid))
 1800   if (KMP_MASTER_TID(tid)) {
 1909   if (KMP_MASTER_TID(tid)) {
 1996     if (KMP_MASTER_TID(ds_tid) &&
 2011     if (!KMP_MASTER_TID(ds_tid) && ompt_enabled.ompt_callback_implicit_task) {
 2024       if (!KMP_MASTER_TID(tid)) {
 2101   if (!KMP_MASTER_TID(tid))
 2106     if (!KMP_MASTER_TID(tid)) {
projects/openmp/runtime/src/kmp_runtime.cpp
 7320     if (KMP_MASTER_TID(ds_tid) &&
 7336     if (!KMP_MASTER_TID(ds_tid) && ompt_enabled.ompt_callback_implicit_task) {
projects/openmp/runtime/src/kmp_sched.cpp
  380   if (KMP_MASTER_TID(tid) && __itt_metadata_add_ptr &&
projects/openmp/runtime/src/kmp_wait_release.h
  141     if (!KMP_MASTER_TID(ds_tid)) {
  259         KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {