CS_TYPE_WAIT
return CS_TYPE_WAIT;
is_sync_stream = (cs_type == CS_TYPE_SIGNAL || cs_type == CS_TYPE_WAIT ||
if (cs->type == CS_TYPE_WAIT)
if ((cs->type == CS_TYPE_WAIT || cs->type == CS_TYPE_COLLECTIVE_WAIT)
is_wait_cs = !!(cs_type == CS_TYPE_WAIT ||
if (cs_type == CS_TYPE_WAIT || cs_type == CS_TYPE_SIGNAL)
case CS_TYPE_WAIT:
(hl_cs_cmpl->type == CS_TYPE_WAIT) ||
if (cs->type == CS_TYPE_WAIT ||
if ((cs->type == CS_TYPE_WAIT || cs->type == CS_TYPE_COLLECTIVE_WAIT) && cs->encaps_signals)
case CS_TYPE_WAIT:
else if (cs->type & CS_TYPE_WAIT)
if ((cs->type == CS_TYPE_SIGNAL) || (cs->type == CS_TYPE_WAIT)) {