Searched refs:keep_sigact (Results 1 – 1 of 1) sorted by relevance
901 struct sigaction keep_sigact; /* store the old struct here */ in Curl_resolv_timeout() local906 void (*keep_sigact)(int); /* store the old handler here */ in Curl_resolv_timeout()960 keep_sigact = sigact; in Curl_resolv_timeout()972 keep_sigact = signal(SIGALRM, alarmfunc); in Curl_resolv_timeout()1006 sigaction(SIGALRM, &keep_sigact, NULL); /* put it back */ in Curl_resolv_timeout()1011 signal(SIGALRM, keep_sigact); in Curl_resolv_timeout()
Completed in 7 milliseconds