MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / lwp_pgid_get_bypgrp

Function lwp_pgid_get_bypgrp

components/lwp/lwp.h:294–297  ·  view source on GitHub ↗

processgroup api */

Source from the content-addressed store, hash-verified

292
293/* processgroup api */
294rt_inline pid_t lwp_pgid_get_bypgrp(rt_processgroup_t group)
295{
296 return group ? group->pgid : 0;
297}
298
299rt_inline pid_t lwp_pgid_get_byprocess(rt_lwp_t process)
300{

Callers 2

lwp_pgrp_moveFunction · 0.85
sys_setpgidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected