Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
static void
225
thread_count_dec(void)
226
{
227
228
thread_count_sub(1);
229
}
230
231
static lwpid_t
232
tid_alloc(void)
Callers
2
thread_alloc
Function · 0.85
thread_free
Function · 0.85
Calls
1
thread_count_sub
Function · 0.85
Tested by
no test coverage detected