MCPcopy 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
217static void
218thread_count_sub(int n)
219{
220
221 atomic_subtract_int(&nthreads, n);
222}
223
224static void
225thread_count_dec(void)

Callers 2

thread_count_decFunction · 0.85
thread_reap_domainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected