CEEOPAD

C library interface: pthread_attr_destroy()

CEEOPAD makes the thread attribute object, which is referred to by attr, unusable. An error occurs if the attribute object is used after it has been destroyed

Syntax

void CEEOPAD (attr, [fc])
CEE_PTAT    *attr;
FEED_BACK   *fc;
CEEOPAD
Call this CWI interface as follows:
L     R15,CEECAALEOV-CEECAA(,R12)     CAA address is in R12
L     R15,0128(,R15)
BALR  R14,R15
attr (input)
The initialized thread attribute object.
fc (output/optional)
The feedback code returned by the service. It indicates the degree of success in destroying the thread attribute object.

The following message identifiers and associated severities can be returned by the service in the feedback code fc.

Condition Description type Description value
CEE000 Severity 0
Msg_No 0000
Message The service completed successfully.
CEE5F1 Severity 3
Msg_No 5601
Message Thread attribute object that is not valid was passed.