Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(callback_entry), | private, | pointer | :: | callback_list | => | null() |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
procedure(prif_stop_callback_interface), | private, | pointer, nopass | :: | callback | |||
type(callback_entry), | private, | pointer | :: | next | => | null() |
stop all images and provide the stop_code as the process exit status
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=c_bool), | intent(in) | :: | quiet | |||
character(len=*), | intent(in) | :: | stop_code |
stop all images and provide the stop_code, or 1 if not present, as the process exit status
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=c_bool), | intent(in) | :: | quiet | |||
integer(kind=c_int), | intent(in), | optional | :: | stop_code |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=c_bool), | intent(in) | :: | is_error_stop | |||
logical(kind=c_bool), | intent(in) | :: | quiet | |||
integer(kind=c_int), | intent(in), | optional | :: | stop_code_int | ||
character(len=*), | intent(in), | optional | :: | stop_code_char |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=c_bool), | intent(in) | :: | quiet | |||
integer(kind=c_int), | intent(in), | optional | :: | stop_code_int | ||
character(len=*), | intent(in), | optional | :: | stop_code_char |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
procedure(prif_stop_callback_interface), | intent(in), | pointer | :: | callback |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=c_bool), | intent(in) | :: | quiet | |||
integer(kind=c_int), | intent(in), | optional | :: | stop_code_int | ||
character(len=*), | intent(in), | optional | :: | stop_code_char |