This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

What is an event?

Hi,

I am new to DSP. The following in SYS/BIOS 6 gives a definition on event. Unfortunately, it seems missing one word after between. What should it be?

 

Thanks.

 

***********************

4.2 Event Module

Events provide a means for communicating between [ x ] and synchronizing threads. They are similar to

Semaphores (see Section 4.1), except that they allow you to specify multiple conditions ("events") that

must occur before the waiting thread returns.