Lines Matching refs:thread
23 * This testcase verifies if the low priority SCHED_OTHER thread can preempt
24 * the high priority SCHED_RR thread via priority inheritance.
33 * 2010-04-22 Code cleanup and thread synchronization changes by using
83 struct thread *pthr = (struct thread *)arg;
94 /* Wait for the high priority noise thread to start and signal us */
113 struct thread *pthr = (struct thread *)arg;
141 struct thread *pthr = (struct thread *)arg;
151 /* Noise thread begins the test */
169 * Test pthread creation at different thread priorities.