KERNEL OBJECTS - EVENT FLAGS

Event flags are semaphores that a thread can wait for. A wait for an event flag causes the thread to yield to the scheduler if and until the event flag is set. The source for the event flag routines is in event.c.

Each event flag has the following properties:

These methods are defined: