Lines Matching full:this

14 This is the baseline test consisting of a single thread. This
17 relative to the difference between the values of this test.
21 This test consists of 5 threads created at the same priority that
31 This test consists of 5 threads that each have a unique priority.
32 In this test, all threads except the lowest priority thread are
45 This test consists of a single thread. The thread will cause an
56 This test is similar to the previous interrupt test. The big
57 difference is the interrupt handler in this test resumes a
62 This test consists of a thread sending a 16 byte message to a
69 This test consists of a thread getting a semaphore and then
75 This test consists of a thread allocating a 128-byte block and
86 Zephyr's version of this benchmark has modified the original tm_main()
98 the reporting function directly. This helps ensure that the test
103 Each test has been converted to its own project. This has necessitated
105 original version of this benchmark.
130 As for the porting layer defined in tm_porting_layer_template.c, this file contain
139 This function is typically called by the application from its
146 This function creates a thread of the specified priority where 1 is
153 This function resumes the previously created thread specified by
158 This function suspend the previously created thread specified by
163 This function lets all other threads of same priority execute
168 This function suspends the calling thread for the specified
173 This function creates a queue with a capacity to hold at least
178 This function sends a message to the previously created queue.
183 This function receives a message from the previously created
188 This function creates a binary semaphore. If successful, a
193 This function gets the previously created binary semaphore.
198 This function puts the previously created binary semaphore.
203 This function creates a memory pool able to satisfy at least one
208 This function allocates a 128-byte block of memory from the
215 This function releases the previously allocated 128-byte block
224 1. Time period should be 30 seconds. This will ensure the printf