Searched defs:sa_al (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1085 struct sigaction sa_al, sa_old; local
1108 sa_al.sa_flags = 0;
1109 sa_al.sa_handler = noop_handler;
1110 sigemptyset(&sa_al.sa_mask);
1111 sigaction(SIGALRM, &sa_al, &sa_old);

Completed in 151 milliseconds