Task cooperation and synchronization primitives

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.

  1. Mutexes.
  2. Counting semaphores.
  3. Message Queues.
  4. Event Flags.

TiROS User Manual: Last Updated on Fri Jul 20 10:52:24 2007