Warning, /testsuites/tmtests/tmfine01/tmfine01.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: tmfine01
0004
0005 directives:
0006
0007 - rtems_event_send()
0008 - rtems_event_receive()
0009 - rtems_semaphore_obtain()
0010 - rtems_semaphore_release()
0011 - rtems_message_queue_send()
0012 - rtems_message_queue_receive()
0013
0014 concepts:
0015
0016 - Count event send and receive operations to self.
0017 - Count event send and receive operations from all tasks to one.
0018 - Count mutex obtain and release operations with a private mutex.
0019 - Count mutex obtain and release operations with a global mutex.
0020 - Count message send and receive operations with a private message queue.
0021 - Count message send and receive operations with a global message queue.