MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ksiginfo_copy

Function ksiginfo_copy

freebsd/sys/signalvar.h:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311} while(0)
312
313static __inline void
314ksiginfo_copy(ksiginfo_t *src, ksiginfo_t *dst)
315{
316 (dst)->ksi_info = src->ksi_info;
317 (dst)->ksi_flags = (src->ksi_flags & KSI_COPYMASK);
318}
319
320static __inline void
321ksiginfo_set_sigev(ksiginfo_t *dst, struct sigevent *sigev)

Callers 3

sigqueue_getFunction · 0.85
sigqueue_addFunction · 0.85
exit1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected