Lines Matching refs:control
16 - A task triggers or waits for an event by creating an event control block.
22 …e event type to an event control block multiple times is equivalent to writing the event type only…
37 * Event control block data structure
50 An event control block is created to maintain a set of processed events and a linked list of tasks …
54 When an event is written to the event control block, the event control block updates the event set,…
66 … event mode is successful, the corresponding event type bit in the event control block will be aut…
70 The events in the event set of the event control block can be cleared based on the specified mask. …
74 The event control block can be destroyed to release resources.
92 | Initializing an event| **LOS_EventInit**: initializes an event control block.|
96 | Destroying events | **LOS_EventDestroy**: destroys an event control block.|
103 1. Initialize an event control block.
111 5. Handle the event control block.
113 6. Destroy an event control block.
154 /* Event control structure */