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

Function lwp_from_pid_release_lock

components/lwp/lwp_pid.h:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116rt_inline void lwp_from_pid_release_lock(struct rt_lwp *lwp)
117{
118 if (lwp)
119 lwp_ref_dec(lwp);
120}
121
122typedef rt_base_t lwp_status_t;
123void lwp_thread_exit(rt_thread_t thread, int status);

Callers

nothing calls this directly

Calls 1

lwp_ref_decFunction · 0.85

Tested by

no test coverage detected