MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / destroy_sigio

Function destroy_sigio

io_wait.c:184–192  ·  view source on GitHub ↗

! * \brief sigio specific destroy * \param h IO handle */

Source from the content-addressed store, hash-verified

182 * \param h IO handle
183 */
184static void destroy_sigio(io_wait_h* h)
185{
186 if (h->signo){
187 sigprocmask(SIG_UNBLOCK, &h->sset, 0);
188 sigemptyset(&h->sset);
189 sigdelset(&_sigio_rtsig_used, h->signo);
190 h->signo=0;
191 }
192}
193#endif
194
195

Callers 1

destroy_io_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected