Home
last modified time | relevance | path

Searched defs:MPIR_Win (Results 1 – 5 of 5) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_win.h41 struct MPIR_Win { struct
43 MPID_Thread_mutex_t mutex;
45 void *base;
46 MPI_Aint size;
47 int disp_unit; /* Displacement unit of *local* window */
48 MPIR_Attribute *attributes;
49 MPIR_Comm *comm_ptr; /* Pointer to comm of window (dup) */
55 pthread_t wait_thread_id; /* id of thread handling MPI_Win_wait */
58 HANDLE wait_thread_id;
59 HANDLE passive_target_thread_id;
[all …]
H A Dmpiimpl.h154 typedef struct MPIR_Win MPIR_Win; typedef
/dports/net/mpich/mpich-3.4.3/doc/notes/rma/
H A Dmpi.c6 struct MPIR_Win struct
24 /* struct MPIR_Win */ argument
H A Ddm.c10 struct MPIR_Win struct
14 MPI_Win * handles;
15 int * rhc_counts;
16 int rhc_processed;
H A Ddm-mt.c19 struct MPIR_Win struct
23 unsigned state;
24 unsigned cur_epoch;