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

Function siginfo_delete

components/lwp/lwp_signal.c:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65rt_inline void siginfo_delete(lwp_siginfo_t siginfo)
66{
67 if (siginfo->ext)
68 {
69 rt_free(siginfo->ext);
70 siginfo->ext = RT_NULL;
71 }
72
73 rt_free(siginfo);
74}
75
76rt_inline void _sigorsets(lwp_sigset_t *dset, const lwp_sigset_t *set0, const lwp_sigset_t *set1)
77{

Callers 5

sigqueue_discardFunction · 0.85
sigqueue_discard_sigsetFunction · 0.85
lwp_sigqueue_clearFunction · 0.85
_catch_signal_lockedFunction · 0.85
_dequeue_signalFunction · 0.85

Calls 1

rt_freeFunction · 0.85

Tested by

no test coverage detected