MCPcopy Index your code
hub / github.com/git/git / clear_progress_signal

Function clear_progress_signal

progress.c:94–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void clear_progress_signal(void)
95{
96 struct itimerval v = {{0,},};
97
98 if (progress_testing)
99 return;
100
101 setitimer(ITIMER_REAL, &v, NULL);
102 signal(SIGALRM, SIG_IGN);
103 progress_update = 0;
104}
105
106static int is_foreground_fd(int fd)
107{

Callers 1

stop_progress_msgFunction · 0.85

Calls 1

setitimerFunction · 0.85

Tested by

no test coverage detected