Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
300
static void
301
tidbatch_prep(struct tidbatch *tb)
302
{
303
304
tb->n = 0;
305
}
306
307
static void
308
tidbatch_add(struct tidbatch *tb, struct thread *td)
Callers
1
thread_reap_domain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected