Lines Matching refs:control
21 …control block is a structure in the event initialization function. It passes in event identifies f…
36 An event control block is created to maintain a set of processed events and a linked list of tasks …
40 When an event is written to the event control block, the event control block updates the event set,…
52 … event mode is successful, the corresponding event type bit in the event control block will be aut…
56 The events in the event set of the event control block can be cleared based on the specified mask. …
60 The event control block can be destroyed to release resources.
72 | Initializing an event control block | LOS_EventInit | Initializes an event control block.|
74 | Writing an event | LOS_EventWrite | Writes an event to the event control block.|
75 | Clearing events | LOS_EventClear | Clears events in the event control block based on the event ma…
76 | Destroying events | LOS_EventDestroy | Destroys an event control block.|
83 1. Initialize an event control block.
91 5. Handle the event control block.
93 6. Destroy an event control block.
131 /* Event control struct */
163 /* Initialize the event control block. */