Lines Matching refs:Thread
53 typedef struct Thread Thread; typedef
54 struct Thread { struct
59 void (*xOp)(Thread*); /* next operation to do */ argument
90 static Thread threadset[N_THREAD]; argument
96 Thread *p = (Thread*)pArg; in client_main()
200 static void client_wait(Thread *p){ in client_wait()
235 static void stop_thread(Thread *p){ in stop_thread()
466 static void do_compile(Thread *p){ in do_compile()
513 static void do_step(Thread *p){ in do_step()
564 static void do_finalize(Thread *p){ in do_finalize()
608 static void do_reset(Thread *p){ in do_reset()