BPXYPTXL — Map the parameter list for pthread_create

AMODE 64 callers use BPXYPTXL — Map the parameter pist for pthread_create.

                                                      
            BPXYPTXL   ,                                                        
** BPXYPTXL: Pthread Parameter List                                             
**  Used By: PTX                                                                
PTXL                 DSECT ,     Parameter List returned by BPX1PTX             
PTXLWORKAREAPTR      DS    A     Pointer to User Work Area                      
PTXLATTRIBUTEPTR     DS    A     Pointer to User Attributes                     
PTXLTHIDPTR          DS    A     Pointer to Thread ID                           
PTXLSTATUSPTR        DS    A     Pointer to Thread Run Status                   
PTXL#LENGTH          EQU   *-PTXL                                               
PTXLRS               DSECT ,     Thread Run Status                              
                     DS    0F                                                   
PTXLRSFLAGS          DS    0BL4  Thread Run Status Flags                        
PTXLRSFLAGS0         DS    B     1st byte                                       
PTXLRSREADY          EQU   X'80'   Thread is ready to run                       
PTXLRSFLAGS1         DS    B     2nd byte                                       
PTXLRSFLAGS2         DS    B     3rd byte                                       
PTXLRSFLAGS3         DS    B     4th byte                                       
PTXLRS#LENGTH        EQU   *-PTXLRS                                             
** BPXYPTXL End