prif_notify_wait Module Procedure

module procedure prif_notify_wait module module subroutine prif_notify_wait(notify_var_ptr, until_count, stat, errmsg, errmsg_alloc)

Arguments

TypeIntentOptionalAttributesName
type(c_ptr), intent(in) :: notify_var_ptr
integer(kind=c_int64_t), intent(in), optional :: until_count
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_notify_wait~~CallsGraph proc~prif_notify_wait prif_notify_wait proc~unimplemented unimplemented proc~prif_notify_wait->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_notify_wait~~CalledByGraph proc~prif_notify_wait prif_notify_wait interface~prif_notify_wait prif_notify_wait interface~prif_notify_wait->proc~prif_notify_wait

Contents

None