Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Standard POSIX Threads Functions: Differences
Between the Previous and Current Standards
Open System Services Porting Guide520573-006
E-8
Changed Thread Functions
Table E-5 lists the return values for new thread functions and for thread functions
whose return values have changed in addition to other changes listed in this appendix.
Table E-5. Thread Functions With Changes to Return Values Among Other
Changes (page 1 of 5)
Function Return Values in Standard POSIX Threads
pthread_atfork() 0 = successful
ENOMEM Insufficient table space exists to record the fork
handler addresses.
pthread_attr_
destroy()
0 = successful
pthread_attr_
getdetachstate()
0 = successful
EINVAL The value of detachstate is invalid.
pthread_attr_
getguardsize_np()
0 = successful
EINVAL Invalid attribute passed in.
pthread_attr_
getinheritsched()
0 = successful
EINVAL The value of the attribute being set is invalid.
ENOTSUP An attempt was made to set the attribute to an
unsupported value.
pthread_attr_
getschedparam()
0 = successful
EINVAL The value of the attribute being set is invalid.
ENOTSUP An attempt was made to set the attribute to an
unsupported value.
pthread_attr_
getschedpolicy()
0 = successful
EINVAL The value of the attribute being set is invalid.
ENOTSUP An attempt was made to set the attribute to an
unsupported value.
pthread_attr_
getstacksize()
0 = successful
pthread_attr_init() 0 = successful
ENOMEM Insufficient table space exists to record the fork
handler addresses.
pthread_attr_
setdetachstate()
0 = successful
EINVAL The value of detachstate is invalid.
pthread_attr_
setguardsize_np()
0 = successful
EINVAL Invalid attribute passed in.
pthread_attr_
setinheritsched()
0 = successful
EINVAL The value of the attribute being set is invalid.
ENOTSUP An attempt was made to set the attribute to an
unsupported value.