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:SIGQUIT
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H
A
D
signal_test_020.cpp
38
} else if (sig ==
SIGQUIT
) {
in SigHandler()
39
printf("
SIGQUIT
sig\n");
in SigHandler()
61
sigaction(
SIGQUIT
, &act, nullptr);
in TestSigSuspend()
84
retValue = sigaddset(&newset,
SIGQUIT
);
in TestSigSuspend()
180
sigaction(
SIGQUIT
, &act, nullptr);
in TestSigSuspend()
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H
A
D
signal.h
15
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
sig_names.h
16
[
SIGQUIT
] = 3,
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
sig_names.h
16
[
SIGQUIT
] = 3,
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H
A
D
signal.h
15
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H
A
D
signal.h
20
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H
A
D
signal.h
20
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
signal.h
7
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
signal.h
28
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
signal.h
13
#define
SIGQUIT
3
macro
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H
A
D
signal_test_021.cpp
51
int sigQ =
SIGQUIT
;
in TestSignal()
62
printf("
SIGQUIT
to quit\n\n");
in TestSignal()
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
signal.h
37
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/h8300/include/uapi/asm/
H
A
D
signal.h
20
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H
A
D
signal.h
20
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
signal.h
27
#define
SIGQUIT
3 /* Quit (POSIX). */
macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
signal.h
23
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
signal.h
7
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
signal.h
28
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
signal.h
25
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H
A
D
signal.h
20
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
signal.h
27
#define
SIGQUIT
3 /* Quit (POSIX). */
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
signal.h
25
#define
SIGQUIT
3
macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
signal.h
23
#define
SIGQUIT
3
macro
/kernel/linux/linux-5.10/tools/lib/subcmd/
H
A
D
sigchain.c
52
sigchain_push(
SIGQUIT
, f);
in sigchain_push_common()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
signal.h
13
#define
SIGQUIT
3
macro
Completed in 8 milliseconds
1
2
3