prif_put_strided_indirect_with_notify_indirect Module Procedure

module procedure prif_put_strided_indirect_with_notify_indirect module module subroutine prif_put_strided_indirect_with_notify_indirect(image_num, remote_ptr, remote_stride, current_image_buffer, current_image_stride, element_size, extent, notify_ptr, stat, errmsg, errmsg_alloc)

Arguments

TypeIntentOptionalAttributesName
integer(kind=c_int), intent(in) :: image_num
integer(kind=c_intptr_t), intent(in) :: remote_ptr
integer(kind=c_ptrdiff_t), intent(in) :: remote_stride(:)
type(c_ptr), intent(in) :: current_image_buffer
integer(kind=c_ptrdiff_t), intent(in) :: current_image_stride(:)
integer(kind=c_size_t), intent(in) :: element_size
integer(kind=c_size_t), intent(in) :: extent(:)
integer(kind=c_intptr_t), intent(in) :: notify_ptr
integer(kind=c_int), intent(out), optional :: stat
character(len=*), intent(inout), optional :: errmsg
character(len=:), intent(inout), optional allocatable:: errmsg_alloc

Calls

proc~~prif_put_strided_indirect_with_notify_indirect~~CallsGraph proc~prif_put_strided_indirect_with_notify_indirect prif_put_strided_indirect_with_notify_indirect proc~unimplemented unimplemented proc~prif_put_strided_indirect_with_notify_indirect->proc~unimplemented interface~prif_error_stop prif_error_stop proc~unimplemented->interface~prif_error_stop proc~prif_error_stop prif_error_stop interface~prif_error_stop->proc~prif_error_stop proc~run_callbacks run_callbacks proc~prif_error_stop->proc~run_callbacks proc~prif_error_stop_character prif_error_stop_character proc~prif_error_stop->proc~prif_error_stop_character proc~prif_error_stop_integer prif_error_stop_integer proc~prif_error_stop->proc~prif_error_stop_integer interface~caf_decaffeinate caf_decaffeinate proc~prif_error_stop_character->interface~caf_decaffeinate proc~prif_error_stop_integer->interface~caf_decaffeinate

Called by

proc~~prif_put_strided_indirect_with_notify_indirect~~CalledByGraph proc~prif_put_strided_indirect_with_notify_indirect prif_put_strided_indirect_with_notify_indirect interface~prif_put_strided_indirect_with_notify_indirect prif_put_strided_indirect_with_notify_indirect interface~prif_put_strided_indirect_with_notify_indirect->proc~prif_put_strided_indirect_with_notify_indirect

Contents

None