Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ lwp_sid_get_bypgrp
Function
lwp_sid_get_bypgrp
components/lwp/lwp.h:332–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
rt_inline pid_t lwp_sid_get_bypgrp(rt_processgroup_t group)
333
{
334
return group ? group->sid : 0;
335
}
336
337
rt_inline pid_t lwp_sid_get_byprocess(rt_lwp_t process)
338
{
Callers
3
lwp_session_move
Function · 0.85
lwp_pgrp_delete
Function · 0.85
sys_setpgid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected