OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handler
(Results
226 - 250
of
2987
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc
18
static void
handler
(int signo);
23
act.sa_handler =
handler
;
53
static void
handler
(int signo) {
function
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
signal_segv_handler.cc
5
// Threads start triggering SEGV one by one. The signal
handler
blocks
9
// because it briefly reset SEGV
handler
to SIG_DFL.
13
// "benign" SEGVs that are handled by signal
handler
, and ensures that
26
void
handler
(int signo, siginfo_t *info, void *uctx) {
function
35
a.sa_sigaction =
handler
;
/external/compiler-rt/test/tsan/
signal_thread.cc
14
static void
handler
(int sig) {
function
26
act.sa_handler = &
handler
;
/external/linux-kselftest/tools/testing/selftests/filesystems/
dnotify_test.c
11
static void
handler
(int sig, siginfo_t *si, void *data)
function
21
act.sa_sigaction =
handler
;
/external/ltp/lib/tests/
tst_process_state.c
31
void
handler
(int sig LTP_ATTRIBUTE_UNUSED)
function
52
signal(SIGALRM,
handler
);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
1-1.c
11
* 1. Set up a signal
handler
for the signal that says we have caught the
14
* 3. If signal
handler
was called, test passed.
27
void
handler
(int signo)
function
41
act.sa_handler =
handler
;
62
printf("Should have exited from signal
handler
\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
13-1.c
25
* -> Register a signal
handler
for SIGALRM which post the semaphore
54
static void
handler
(int sig)
function
79
sa.sa_handler =
handler
;
90
UNRESOLVED(ret, "Failed to set signal
handler
");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
12-1.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-10.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-11.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-12.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-13.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-14.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-15.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-16.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-17.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-18.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-19.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-2.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-20.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-21.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-22.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-23.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-24.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
12-25.c
28
void
handler
(int signo)
function
50
act.sa_handler =
handler
;
Completed in 880 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>