Lines Matching refs:thread
23 * This testcase verifies if the low priority SCHED_RR thread can preempt
24 * the high priority SCHED_RR thread multiple times via priority
34 * 2010-04-22 Code cleanup and thread synchronization changes by using
85 struct thread *pthr = (struct thread *)arg;
96 /* Wait for the high priority noise thread to start and signal us */
115 struct thread *pthr = (struct thread *)arg;
143 struct thread *pthr = (struct thread *)arg;
153 /* Noise thread begins the test */
171 * Test pthread creation at different thread priorities.