Searched refs:thread_cmp (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/lib/libevtr/ |
| H A D | evtr.c | 253 static int thread_cmp(struct evtr_thread *, struct evtr_thread *); 254 RB_PROTOTYPE2(thread_tree, evtr_thread, rb_node, thread_cmp, void *); 255 RB_GENERATE2(thread_tree, evtr_thread, rb_node, thread_cmp, void *, id); 447 thread_cmp(struct evtr_thread *a, struct evtr_thread *b) in thread_cmp() function
|