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

Function _mask_block_fn

components/lwp/lwp_signal.c:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374static lwp_sigset_t *_mask_block_fn(rt_thread_t thread, const lwp_sigset_t *sigset, lwp_sigset_t *new_set)
375{
376 _sigorsets(new_set, &thread->signal.sigset_mask, sigset);
377 return new_set;
378}
379
380static lwp_sigset_t *_mask_unblock_fn(rt_thread_t thread, const lwp_sigset_t *sigset, lwp_sigset_t *new_set)
381{

Callers

nothing calls this directly

Calls 1

_sigorsetsFunction · 0.85

Tested by

no test coverage detected