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

Function lwp_critical_exit

components/lwp/lwp_internal.c:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137rt_err_t lwp_critical_exit(struct rt_lwp *lwp)
138{
139 return lwp_mutex_release_safe(&lwp->lwp_lock);
140}
141
142rt_err_t lwp_pgrp_critical_enter(struct rt_processgroup *pgrp, int flags)
143{

Callers

nothing calls this directly

Calls 1

lwp_mutex_release_safeFunction · 0.85

Tested by

no test coverage detected