| 114 | } |
| 115 | |
| 116 | rt_inline void lwp_from_pid_release_lock(struct rt_lwp *lwp) |
| 117 | { |
| 118 | if (lwp) |
| 119 | lwp_ref_dec(lwp); |
| 120 | } |
| 121 | |
| 122 | typedef rt_base_t lwp_status_t; |
| 123 | void lwp_thread_exit(rt_thread_t thread, int status); |
nothing calls this directly
no test coverage detected