TiROS synchronization mechanisms include mutexes, counting semaphores, message queues, and event flags.
For all of these, TiROS supports blocking and non-blocking operation and timeouts. In all cases, the highest priority task that is waiting on any of these synchronization primitives has first access.
-
Mutexes.
-
Counting semaphores.
-
Message Queues.
-
Event Flags.
TiROS User Manual: Last Updated on Fri Jul 20 10:52:24 2007