OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sa_al
(Results
1 - 1
of
1
) sorted by null
/external/ltp/testcases/kernel/fs/doio/
doio.c
1085
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);
[
all
...]
Completed in 70 milliseconds