Lines Matching refs:thread

97 void emulate_none(struct thread *th);
98 void emulate_audio(struct thread *th);
99 void emulate_video(struct thread *th);
100 void emulate_x(struct thread *th);
101 void emulate_game(struct thread *th);
102 void emulate_burn(struct thread *th);
103 void emulate_write(struct thread *th);
104 void emulate_read(struct thread *th);
105 void emulate_ring(struct thread *th);
106 void emulate_compile(struct thread *th);
107 void emulate_memload(struct thread *th);
108 void emulate_hackbench(struct thread *th);
109 void emulate_custom(struct thread *th);
111 struct thread threadlist[THREADS] = {
130 void start_thread(struct thread *th);
131 void stop_thread(struct thread *th);
379 unsigned long periodic_schedule(struct thread *th, unsigned long run_usecs, in periodic_schedule()
472 void create_pthread(pthread_t * thread, pthread_attr_t * attr, in create_pthread() argument
475 if (pthread_create(thread, attr, start_routine, arg)) in create_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()
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()
716 struct thread ringthreads[RINGTHREADS];
720 struct thread *th; in ring_thread()
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()
846 struct thread hackthread;
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()
943 struct thread *th; in emulation_thread()
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()
1267 struct thread *thj; in run_loadchild()
1294 struct thread *thi; in run_benchchild()
1707 struct thread *thi = &threadlist[i]; in main()
1740 struct thread *thj = &threadlist[j]; in main()