MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / term_exit_sigsafe

Function term_exit_sigsafe

fftools/ffmpeg.c:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125#endif
126
127static void term_exit_sigsafe(void)
128{
129#if HAVE_TERMIOS_H
130 if(restore_tty)
131 tcsetattr (0, TCSANOW, &oldtty);
132#endif
133}
134
135void term_exit(void)
136{

Callers 2

term_exitFunction · 0.85
sigterm_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected