| ||||||||
Technical Support Support Resources Product Information | RTX51: ORDER OF TASKS WAITING ON SEMAPHOREInformation in this article applies to:
QUESTIONI have several tasks with different priorities that are waiting on a semaphore. When the semaphore becomes available, which task is started first? ANSWERRTX51 handles the semaphore wait queue as a FIFO (first-in-first-out). So, the first task that requested the semaphore is the first task that gets the semaphore. Last Reviewed: Monday, May 31, 2004 | |||||||
| ||||||||