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

Function lwp_get_pid_ary

components/lwp/lwp_pid.c:198–201  ·  view source on GitHub ↗

* @brief Get the PID array * * @return struct lwp_avl_struct* Pointer to the PID array */

Source from the content-addressed store, hash-verified

196 * @return struct lwp_avl_struct* Pointer to the PID array
197 */
198struct lwp_avl_struct *lwp_get_pid_ary(void)
199{
200 return lwp_pid_ary;
201}
202
203/**
204 * @brief Allocates a new PID while holding the PID management lock

Callers 2

sys_sysinfoFunction · 0.85
lsofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected