Home | History | Annotate | Download | only in util

Lines Matching refs:threads

147 	self->threads = RB_ROOT;
204 struct rb_node *nd = rb_first(&self->threads);
209 rb_erase(&t->rb_node, &self->threads);
228 rb_erase(&th->rb_node, &self->threads);