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

Function remain_for_mode

freebsd/kern/kern_thread.c:1050–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050static int
1051remain_for_mode(int mode)
1052{
1053
1054 return (mode == SINGLE_ALLPROC ? 0 : 1);
1055}
1056
1057static int
1058weed_inhib(int mode, struct thread *td2, struct proc *p)

Callers 2

thread_singleFunction · 0.85
thread_single_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected