ECBBK | Back to Index page |
Prolog Control Block Contents ECBBK DSECT Storage Layout Cross Reference (Contains links to field and bit definitions) |
|
ECBBK Prolog | Top of page |
NAME : HCPECBBK DESCRIPTION: Event Control Block DSECT : ECBBK FUNCTION : Provide basic WAIT / POST Support. CREATED BY : Dynamically created usually using HCPGETST by the task that will be waiting on the ECB. DELETED BY : Deleted usually using HCPRELST by the task that was waiting on the ECB. NOTES : Once an ECBBK is POSTed, the entire block must be set to zero before it can be reused for another ECB event. RELOCATION CONSIDERATIONS : None |
ECBBK Control Block Content | Top of page |
|
ECBBK Storage Layout | Top of page |
*** ECBBK - Event Control Block * * +-------------------------------------------------------+ * 0 | | * = ECBLOCK = * | | * +------+--------------------+---------------------------+ * 18 |:FLAG |////////////////////| ECBOWNER | * +------+--------------------+---------------------------+ * 20 | ECBSAVE | ECBCODE | * +---------------------------+---------------------------+ * 28 | ECBTIMID |///////////////////////////| * +---------------------------+---------------------------+ * 30 | ECBNEXT | ECBPREV | * +---------------------------+---------------------------+ * 38 | ECBTRNID | ECBRINFO | * +---------------------------+---------------------------+ * *** ECBBK - Event Control Block |
ECBBK Cross Reference | Top of page |
Symbol Dspl Value -------------- ---- ----- ECB$END 0040 ECBCODE 0024 ECBDEFER 0018 20 ECBFLAG 0018 ECBLOCK 0000 ECBNEXT 0030 ECBOWNER 001C ECBPOST 0018 80 ECBPREV 0034 ECBRINFO 003C ECBSAVE 0020 ECBTIMID 0028 ECBTIMST 0018 40 ECBTOUT 0024 0ECBCODE ECBTRNID 0038 |
Copyright IBM Corporation, 1990, 2022