Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:raise
(Results
1 - 25
of
102
) sorted by relevance
1
2
3
4
5
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H
A
D
signal_test_040.cpp
54
raise
(SIGURG);
in TestCase()
56
raise
(SIGURG);
in TestCase()
74
raise
(SIGHUP);
in TestCase()
75
raise
(SIGUSR1);
in TestCase()
H
A
D
signal_test_001.cpp
54
retValue =
raise
(sig);
in TestRaiseMuliti()
80
printf("
raise
(SIGSTOP);\n");
in TestCase()
81
raise
(SIGSTOP);
in TestCase()
136
retValue =
raise
(SIGSTOP);
in TestCase()
167
printf("before
raise
\n");
in TestCase()
168
raise
(SIGALRM);
in TestCase()
169
printf("after
raise
\n");
in TestCase()
H
A
D
signal_test_041.cpp
55
raise
(SIGUSR2);
in ThreadFunc7()
60
raise
(SIGUSR2);
in ThreadFunc7()
172
raise
(SIGUSR2);
in TestCase()
179
raise
(SIGUSR2);
in TestCase()
H
A
D
signal_test_005.cpp
46
retValue =
raise
(SIGALRM);
in TestSigDefAction()
49
retValue =
raise
(SIGALRM);
in TestSigDefAction()
H
A
D
signal_test_006.cpp
47
retValue =
raise
(SIGALRM);
in TestSigDefActionChild()
53
retValue =
raise
(SIGALRM);
in TestSigDefActionChild()
H
A
D
signal_test_020.cpp
137
retValue =
raise
(SIGINT);
in TestSigSuspend()
147
retValue =
raise
(SIGALRM);
in TestSigSuspend()
202
retValue =
raise
(SIGUSR1);
in TestSigSuspend()
206
printf("
raise
1 = %lx\n", new1.__bits[0]);
in TestSigSuspend()
H
A
D
signal_test_033.cpp
60
printf("test032
raise
before\n");
in TestCase()
79
raise
(SIGUSR1);
in TestCase()
80
raise
(SIGUSR2);
in TestCase()
106
printf("test032
raise
after\n");
in TestCase()
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H
A
D
signal_test_002.cpp
53
retValue =
raise
(sig);
in TestRaiseIgnore()
61
retValue =
raise
(sig);
in TestRaiseIgnore()
66
retValue =
raise
(sig);
in TestRaiseIgnore()
H
A
D
signal_test_022.cpp
52
retValue =
raise
(sig);
in TestRaise()
63
retValue =
raise
(sig);
in TestRaise()
73
retValue =
raise
(sig);
in TestRaise()
H
A
D
signal_test_024.cpp
64
retValue =
raise
(SIGINT);
in TestSigaction()
84
retValue =
raise
(SIGINT);
in TestSigaction()
88
retValue =
raise
(SIGALRM);
in TestSigaction()
H
A
D
signal_test_021.cpp
64
retValue =
raise
(sigI);
in TestSignal()
74
retValue =
raise
(sigQ);
in TestSignal()
H
A
D
signal_test_009.cpp
89
retValue =
raise
(1);
in TestSigSet()
106
retValue =
raise
(1);
in TestSigSet()
111
retValue =
raise
(1);
in TestSigSet()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
perf-hooks.c
14
raise
(SIGSEGV);
in sigsegv_handler()
26
raise
(SIGSEGV);
in the_hook()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
perf-hooks.c
14
raise
(SIGSEGV);
in sigsegv_handler()
26
raise
(SIGSEGV);
in the_hook()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
vdso_restorer.c
70
raise
(SIGUSR1);
in main()
87
raise
(SIGUSR1);
in main()
/kernel/linux/linux-5.10/lib/
H
A
D
nmi_backtrace.c
31
* When
raise
() is called it will be passed a pointer to the
33
* directly from their
raise
() functions may rely on the mask
38
void (*
raise
)(cpumask_t *mask))
in nmi_trigger_cpumask_backtrace()
67
raise
(to_cpumask(backtrace_mask));
in nmi_trigger_cpumask_backtrace()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
vdso_restorer.c
70
raise
(SIGUSR1);
in main()
87
raise
(SIGUSR1);
in main()
/kernel/linux/linux-6.6/lib/
H
A
D
nmi_backtrace.c
31
* When
raise
() is called it will be passed a pointer to the
33
* directly from their
raise
() functions may rely on the mask
38
void (*
raise
)(cpumask_t *mask))
in nmi_trigger_cpumask_backtrace()
68
raise
(to_cpumask(backtrace_mask));
in nmi_trigger_cpumask_backtrace()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H
A
D
It_posix_pthread_127.c
100
ret =
raise
(SIGUSR1);
in Testcase()
103
ret =
raise
(SIGUSR2);
in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H
A
D
It_posix_pthread_127.cpp
93
ret =
raise
(SIGUSR1);
in Testcase()
96
ret =
raise
(SIGUSR2);
in Testcase()
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
signal.h
17
int
raise
(int signal)
in raise()
function
/kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/
H
A
D
sas.c
96
raise
(SIGUSR2);
in switch_fn()
170
raise
(SIGUSR1);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/sigaltstack/
H
A
D
sas.c
102
raise
(SIGUSR2);
in switch_fn()
180
raise
(SIGUSR1);
in main()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H
A
D
slog2.S
32
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
47
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
61
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
76
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H
A
D
slog2.S
32
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
47
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
61
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
76
| Step 0. If X < 0, create a NaN and
raise
the invalid operation
Completed in 7 milliseconds
1
2
3
4
5