tidbatch
tidbatch_prep(struct tidbatch *tb)
tidbatch_add(struct tidbatch *tb, struct thread *td)
tidbatch_process(struct tidbatch *tb)
tidbatch_final(struct tidbatch *tb)
struct tidbatch tidbatch;
tidbatch_prep(&tidbatch);
tidbatch_add(&tidbatch, itd);
tidbatch_process(&tidbatch);
tidbatch_final(&tidbatch);