Lines Matching refs:thread

14 This is the baseline test consisting of a single thread. This 
23 Each thread will increment its run counter and then relinquish to
24 the next thread. At the end of the test the counters will be verified
32 In this test, all threads except the lowest priority thread are
33 left in a suspended state. The lowest priority thread will resume
34 the next highest priority thread. That thread will resume the
35 next highest priority thread and so on until the highest priority
36 thread executes. Each thread will increment its run count and then
37 call thread suspend. Eventually the processing will return to the
38 lowest priority thread, which is still in the middle of the thread
39 resume call. Once processing returns to the lowest priority thread,
41 highest priority thread - starting the whole process over once again.
45 This test consists of a single thread. The thread will cause an
50 thread that initiated the interrupt. The thread then retrieves
58 higher priority thread, which causes thread preemption.
62 This test consists of a thread sending a 16 byte message to a
64 After the send/receive sequence is complete, the thread will
69 This test consists of a thread getting a semaphore and then
71 the thread will increment its run counter.
75 This test consists of a thread allocating a 128-byte block and
76 releasing the same block. After the block is released, the thread
133 This function creates a thread of the specified priority where 1 is
135 returned. If an error occurs, TM_ERROR is returned. The created thread
140 This function resumes the previously created thread specified by
145 This function suspend the previously created thread specified by
151 before the calling thread runs again.
155 This function suspends the calling thread for the specified
212 processing in the reporting thread is insignificant.