* @brief Get the PID array * * @return struct lwp_avl_struct* Pointer to the PID array */
| 196 | * @return struct lwp_avl_struct* Pointer to the PID array |
| 197 | */ |
| 198 | struct 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 |
no outgoing calls
no test coverage detected