Hello,<br><br>I have a question about RTEMS signal queueing: <br><br>Let's assume I have a task with signal processing disabled (RTEMS_NO_ASR) and, while in this state, the task receives multiple signals that have the same type. When signal processing is enabled, will the task receive one signal or a signal instance for each signal that is posted? <br>
<br>Thanks!<br>