Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ thread_count_sub
Function
thread_count_sub
freebsd/kern/kern_thread.c:217–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
static void
218
thread_count_sub(int n)
219
{
220
221
atomic_subtract_int(&nthreads, n);
222
}
223
224
static void
225
thread_count_dec(void)
Callers
2
thread_count_dec
Function · 0.85
thread_reap_domain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected