Searched refs:timeoutfunc (Results 1 – 3 of 3) sorted by relevance
324 void timeoutfunc(int);
565 timeoutfunc(int __dummy) in timeoutfunc() function567 signal(SIGALRM, timeoutfunc); in timeoutfunc()
207 (void)signal(SIGALRM, timeoutfunc); in main()