MCPcopy 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
332rt_inline pid_t lwp_sid_get_bypgrp(rt_processgroup_t group)
333{
334 return group ? group->sid : 0;
335}
336
337rt_inline pid_t lwp_sid_get_byprocess(rt_lwp_t process)
338{

Callers 3

lwp_session_moveFunction · 0.85
lwp_pgrp_deleteFunction · 0.85
sys_setpgidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected