Home
last modified time | relevance | path

Searched refs:pt2pt_sync (Results 1 – 6 of 6) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt_comm.c278 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_put_w_req() local
293 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_put_w_req()
344 opal_condition_wait(&pt2pt_sync->cond, &pt2pt_sync->lock); in ompi_osc_pt2pt_put_w_req()
447 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_accumulate_w_req() local
461 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_accumulate_w_req()
515 opal_condition_wait(&pt2pt_sync->cond, &pt2pt_sync->lock); in ompi_osc_pt2pt_accumulate_w_req()
615 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_compare_and_swap() local
629 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_compare_and_swap()
760 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_rget_internal() local
773 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_rget_internal()
[all …]
H A Dosc_pt2pt_sync.c82 ompi_osc_pt2pt_sync_t *pt2pt_sync = &module->all_sync; in ompi_osc_pt2pt_sync_pscw_peer() local
85 if (OMPI_OSC_PT2PT_SYNC_TYPE_PSCW != pt2pt_sync->type) { in ompi_osc_pt2pt_sync_pscw_peer()
92 …return ompi_osc_pt2pt_sync_array_peer (target, pt2pt_sync->peer_list.peers, pt2pt_sync->num_peers,… in ompi_osc_pt2pt_sync_pscw_peer()
H A Dosc_pt2pt_sync.h110 void ompi_osc_pt2pt_sync_return (ompi_osc_pt2pt_sync_t *pt2pt_sync);
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt_comm.c278 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_put_w_req() local
293 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_put_w_req()
344 opal_condition_wait(&pt2pt_sync->cond, &pt2pt_sync->lock); in ompi_osc_pt2pt_put_w_req()
447 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_accumulate_w_req() local
461 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_accumulate_w_req()
515 opal_condition_wait(&pt2pt_sync->cond, &pt2pt_sync->lock); in ompi_osc_pt2pt_accumulate_w_req()
615 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_compare_and_swap() local
629 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_compare_and_swap()
760 ompi_osc_pt2pt_sync_t *pt2pt_sync; in ompi_osc_pt2pt_rget_internal() local
773 if (OPAL_UNLIKELY(NULL == pt2pt_sync)) { in ompi_osc_pt2pt_rget_internal()
[all …]
H A Dosc_pt2pt_sync.c82 ompi_osc_pt2pt_sync_t *pt2pt_sync = &module->all_sync; in ompi_osc_pt2pt_sync_pscw_peer() local
85 if (OMPI_OSC_PT2PT_SYNC_TYPE_PSCW != pt2pt_sync->type) { in ompi_osc_pt2pt_sync_pscw_peer()
92 …return ompi_osc_pt2pt_sync_array_peer (target, pt2pt_sync->peer_list.peers, pt2pt_sync->num_peers,… in ompi_osc_pt2pt_sync_pscw_peer()
H A Dosc_pt2pt_sync.h110 void ompi_osc_pt2pt_sync_return (ompi_osc_pt2pt_sync_t *pt2pt_sync);