OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigproc
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/syscalls/alarm/
alarm06.c
44
static void
sigproc
(int sig)
function
52
SAFE_SIGNAL(SIGALRM,
sigproc
);
alarm05.c
84
void
sigproc
(int sig); /* signal catching function */
135
*
sigproc
() executed when SIGALRM received by the
179
if (signal(SIGALRM,
sigproc
) == SIG_ERR) {
186
*
sigproc
(int) - This function defines the action that has to be taken
191
void
sigproc
(int sig)
function
alarm07.c
82
void
sigproc
(int sig);
149
if (signal(SIGALRM,
sigproc
) == SIG_ERR) {
155
*
sigproc
(int) - This function defines the action that has to be taken
160
void
sigproc
(int sig)
function
/external/ltp/testcases/kernel/syscalls/getcwd/
getcwd04.c
45
static void
sigproc
(int sig);
83
SAFE_SIGNAL(SIGALRM,
sigproc
);
90
static void
sigproc
(int sig)
function
/external/ltp/testcases/kernel/syscalls/getxattr/
getxattr04.c
58
static void
sigproc
(int sig)
function
109
SAFE_SIGNAL(SIGUSR1,
sigproc
);
Completed in 81 milliseconds