| 135 | } |
| 136 | |
| 137 | rt_err_t lwp_critical_exit(struct rt_lwp *lwp) |
| 138 | { |
| 139 | return lwp_mutex_release_safe(&lwp->lwp_lock); |
| 140 | } |
| 141 | |
| 142 | rt_err_t lwp_pgrp_critical_enter(struct rt_processgroup *pgrp, int flags) |
| 143 | { |
nothing calls this directly
no test coverage detected