Searched refs:PetscShmgetUnmapAddresses (Results 1 – 3 of 3) sorted by relevance
69 PetscCall(PetscShmgetUnmapAddresses(addresses->n, addresses->addr)); in PCMPIServerAddressesDestroy()173 PetscErrorCode PetscShmgetUnmapAddresses(PetscInt n, void **addres) PeNS in PetscShmgetUnmapAddresses() function
445 if (PCMPIServerUseShmget) PetscCall(PetscShmgetUnmapAddresses(2, addr)); in PCMPISolve()644 if (PCMPIServerUseShmget) PetscCall(PetscShmgetUnmapAddresses(1, (void **)&PCMPIServerLocks)); in PCMPIServerBegin()677 if (PCMPIServerUseShmget) PetscCall(PetscShmgetUnmapAddresses(1, (void **)&PCMPIServerLocks)); in PCMPIServerEnd()
2966 PETSC_EXTERN PetscErrorCode PetscShmgetUnmapAddresses(PetscInt, void **);