Searched defs:sync (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 7 PetscSFWindowSyncType sync; /* FENCE, LOCK, or ACTIVE synchronization */ member 237 PetscErrorCode PetscSFWindowSetSyncType(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType() 246 static PetscErrorCode PetscSFWindowSetSyncType_Window(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType_Window() 270 PetscErrorCode PetscSFWindowGetSyncType(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType() 279 static PetscErrorCode PetscSFWindowGetSyncType_Window(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType_Window() 427 …PetscSF sf, MPI_Datatype unit, void *rootdata, void *leafdata, PetscSFWindowSyncType sync, PetscBo… in PetscSFGetWindow() 650 …tscSFRestoreWindow(PetscSF sf, MPI_Datatype unit, void *array, PetscSFWindowSyncType sync, PetscBo… in PetscSFRestoreWindow()
|