MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tidbatch_prep

Function tidbatch_prep

freebsd/kern/kern_thread.c:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298};
299
300static void
301tidbatch_prep(struct tidbatch *tb)
302{
303
304 tb->n = 0;
305}
306
307static void
308tidbatch_add(struct tidbatch *tb, struct thread *td)

Callers 1

thread_reap_domainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected