thread_queue
struct list_head
list
struct spinlock
lock
void
thread_queue_init
(
struct thread_queue
*q)
thread_queue_push_back
*q
struct thread
*t)
struct thread *
thread_queue_pop_front
thread_queue_clear
bool
thread_queue_remove