Lines Matching defs:th
379 unsigned long periodic_schedule(struct thread *th, unsigned long run_usecs, in periodic_schedule()
479 void join_pthread(pthread_t th, void **thread_return) in join_pthread()
485 void emulate_none(struct thread *th) in emulate_none()
494 void emulate_audio(struct thread *th) in emulate_audio()
514 void emulate_video(struct thread *th) in emulate_video()
535 void emulate_x(struct thread *th) in emulate_x()
565 void emulate_game(struct thread *th) in emulate_game()
598 struct thread *th; in burn_thread() local
616 void emulate_burn(struct thread *th) in emulate_burn()
634 void emulate_write(struct thread *th) in emulate_write()
681 void emulate_read(struct thread *th) in emulate_read()
720 struct thread *th; in ring_thread() local
746 void emulate_ring(struct thread *th) in emulate_ring()
769 void emulate_compile(struct thread *th) in emulate_compile()
808 void emulate_memload(struct thread *th) in emulate_memload()
848 void emulate_hackbench(struct thread *th) in emulate_hackbench()
865 void emulate_custom(struct thread *th) in emulate_custom()
884 struct thread *th; in timekeeping_thread() local
943 struct thread *th; in emulation_thread() local
1037 void show_latencies(struct thread *th) in show_latencies()
1194 void start_thread(struct thread *th) in start_thread()
1199 void stop_thread(struct thread *th) in stop_thread()
1226 struct thread *th = &threadlist[i]; in initialise_thread() local