Home
last modified time | relevance | path

Searched refs:thread_queue (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/system/kernel/scheduler/
H A Doverride_types.h19 extern struct thread_queue dead_q;
46 struct thread_queue { struct
58 void thread_enqueue(struct thread *t, struct thread_queue *q); argument
H A Dmain.cpp85 thread_queue dead_q;
227 thread_enqueue(struct thread *t, struct thread_queue *q) in thread_enqueue()