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

Function lwp_pgrp_critical_exit

components/lwp/lwp_internal.c:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158rt_err_t lwp_pgrp_critical_exit(struct rt_processgroup *pgrp)
159{
160 return lwp_mutex_release_safe(&pgrp->mutex);
161}
162
163rt_err_t lwp_sess_critical_enter(struct rt_session *sess, int flags)
164{

Callers

nothing calls this directly

Calls 1

lwp_mutex_release_safeFunction · 0.85

Tested by

no test coverage detected