f_pthread_attr_getstack(attr, stackaddr, ssize)

Purpose

Retrieves the values of the stackaddr and stacksize arguments from the thread attribute object attr.

Class

Function

Argument Type and Attributes

attr
TYPE(f_pthread_attr_t), INTENT(IN)

stackaddr
Integer pointer, INTENT(OUT)

ssize
INTEGER(KIND=register_size), INTENT(OUT)

Result Type and Attributes

INTEGER(4)

Result Value

On successful completion, this function returns 0. Otherwise, this function returns the following error.

EINVAL
One or more of the supplied arguments is invalid.
IBM Copyright 2003