Skip to content

Commit

Permalink
UCP/TAG: Fix mt bug in probe - v1.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brminich committed Aug 12, 2021
1 parent 06bdf26 commit 7d6fe47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ucp/tag/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ UCS_PROFILE_FUNC(ucp_tag_message_h, ucp_tag_probe_nb,

UCP_CONTEXT_CHECK_FEATURE_FLAGS(worker->context, UCP_FEATURE_TAG,
return NULL);
UCP_WORKER_THREAD_CS_ENTER_CONDITIONAL(worker);

ucs_trace_req("probe_nb tag %"PRIx64"/%"PRIx64" remove=%d", tag, tag_mask,
rem);
Expand All @@ -47,6 +48,7 @@ UCS_PROFILE_FUNC(ucp_tag_message_h, ucp_tag_probe_nb,
}
}

UCP_WORKER_THREAD_CS_EXIT_CONDITIONAL(worker);

return rdesc;
}

0 comments on commit 7d6fe47

Please sign in to comment.