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

Function thread_count_dec

freebsd/kern/kern_thread.c:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224static void
225thread_count_dec(void)
226{
227
228 thread_count_sub(1);
229}
230
231static lwpid_t
232tid_alloc(void)

Callers 2

thread_allocFunction · 0.85
thread_freeFunction · 0.85

Calls 1

thread_count_subFunction · 0.85

Tested by

no test coverage detected