Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/src/mpi_t/
H A Dpvar_handle_free.c40 if (MPIR_T_pvar_is_first(hnd)) { in MPIR_T_pvar_handle_free_impl()
H A Dpvar_reset.c51 if (MPIR_T_pvar_is_first(handle)) { in MPIR_T_pvar_reset_impl()
H A Dpvar_start.c51 if (MPIR_T_pvar_is_first(handle)) { in MPIR_T_pvar_start_impl()
H A Dpvar_stop.c82 if (MPIR_T_pvar_is_first(handle)) { in MPIR_T_pvar_stop_impl()
H A Dpvar_read.c132 if (MPIR_T_pvar_is_first(handle)) { in MPIR_T_pvar_read_impl()
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpitimpl.h1157 static inline int MPIR_T_pvar_is_first(MPIR_T_pvar_handle_t * handle) in MPIR_T_pvar_is_first() function