lib/libevtr/evtr.c
253
static int thread_cmp(struct evtr_thread *, struct evtr_thread *);
lib/libevtr/evtr.c
254
RB_PROTOTYPE2(thread_tree, evtr_thread, rb_node, thread_cmp, void *);
lib/libevtr/evtr.c
255
RB_GENERATE2(thread_tree, evtr_thread, rb_node, thread_cmp, void *, id);