/* * * Definitions for RTL Parallel Processing Facility - PPL */ #ifndef _PPL$DEF_H #define _PPL$DEF_H /* pre-defined event ids */ #define PPL$K_ABNORMAL_EXIT (-2) /* abnormal participant termination */ #define PPL$K_NORMAL_EXIT (-1) /* normal participant termination */ /* shared memory options flags */ #define PPL$V_NOZERO 0 #define PPL$V_NOWRT 1 #define PPL$V_FLUSH 2 #define PPL$V_NOUNI 3 #define PPL$M_NOZERO (1<