| 156 | } |
| 157 | |
| 158 | rt_err_t lwp_pgrp_critical_exit(struct rt_processgroup *pgrp) |
| 159 | { |
| 160 | return lwp_mutex_release_safe(&pgrp->mutex); |
| 161 | } |
| 162 | |
| 163 | rt_err_t lwp_sess_critical_enter(struct rt_session *sess, int flags) |
| 164 | { |
nothing calls this directly
no test coverage detected