Home | History | Annotate | Download | only in librumpuser

Lines Matching refs:thread

36 struct thread {
41 TAILQ_ENTRY(thread) thread_list;
57 void wake(struct thread *thread);
58 void block(struct thread *thread);
59 struct thread *init_mainthread(void *);
63 struct thread* create_thread(const char *name, void *cookie,
66 int is_runnable(struct thread *);
67 void set_runnable(struct thread *);
68 void clear_runnable(struct thread *);