OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_DEATH_TEST
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h
18
// A
BPF_DEATH_TEST
is just the same as a BPF_TEST, but it assumes that the
21
// A
BPF_DEATH_TEST
is always disabled under ThreadSanitizer, see
23
#define
BPF_DEATH_TEST
(test_case_name, test_name, death, policy, aux...) \
43
BPF_DEATH_TEST
(test_case_name, test_name, DEATH_SUCCESS(), policy, aux)
sandbox_bpf_unittest.cc
[
all
...]
Completed in 1022 milliseconds