BPXYCW — Serialization constants used by many services

BPXYCW is composed only of EQUates. DSECT= is allowed but ignored.
                                                      
            BPXYCW   ,                                                          
** BPXYCW:    Serialization Constants                                           
CW_INTRPT        EQU   1      Thread interrupted by a signal                    
*                                                (x'0000 0001')                 
CW_CONDVAR       EQU   32     Thread notified that some condition               
*                               has been met     (x'0000 0020')                 
CW_TIMEOUT       EQU   64     Timeout occurred   (x'0000 0040')                 
*                                                                               
** BPXYCW   End