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:WSTOPSIG
(Results
1 - 25
of
35
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
start_up.c
108
if (!WIFSTOPPED(status) || (
WSTOPSIG
(status) != SIGSTOP))
in start_ptraced_child()
179
if (!WIFSTOPPED(status) || (
WSTOPSIG
(status) != SIGTRAP))
in check_sysemu()
221
(
WSTOPSIG
(status) == (SIGTRAP|0x80))) {
in check_sysemu()
234
else if (WIFSTOPPED(status) && (
WSTOPSIG
(status) == SIGTRAP))
in check_sysemu()
279
(
WSTOPSIG
(status) != (SIGTRAP | 0x80)))
in check_ptrace()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
start_up.c
108
if (!WIFSTOPPED(status) || (
WSTOPSIG
(status) != SIGSTOP))
in start_ptraced_child()
179
if (!WIFSTOPPED(status) || (
WSTOPSIG
(status) != SIGTRAP))
in check_sysemu()
221
(
WSTOPSIG
(status) == (SIGTRAP|0x80))) {
in check_sysemu()
234
else if (WIFSTOPPED(status) && (
WSTOPSIG
(status) == SIGTRAP))
in check_sysemu()
279
(
WSTOPSIG
(status) != (SIGTRAP | 0x80)))
in check_ptrace()
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H
A
D
process.c
65
if (((1 <<
WSTOPSIG
(status)) & STUB_SIG_MASK) == 0)
in wait_stub_done()
76
if (((1 <<
WSTOPSIG
(status)) & STUB_DONE_MASK) != 0)
in wait_stub_done()
161
(
WSTOPSIG
(status) != SIGTRAP + 0x80)) {
in handle_trap()
305
} while (WIFSTOPPED(status) && (
WSTOPSIG
(status) == SIGALRM));
in start_userspace()
307
if (!WIFSTOPPED(status) || (
WSTOPSIG
(status) != SIGSTOP)) {
in start_userspace()
405
int sig =
WSTOPSIG
(status);
in userspace()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H
A
D
process.c
116
if (((1 <<
WSTOPSIG
(status)) & STUB_SIG_MASK) == 0)
in wait_stub_done()
127
if (((1 <<
WSTOPSIG
(status)) & STUB_DONE_MASK) != 0)
in wait_stub_done()
211
(
WSTOPSIG
(status) != SIGTRAP + 0x80)) {
in handle_trap()
349
} while (WIFSTOPPED(status) && (
WSTOPSIG
(status) == SIGALRM));
in start_userspace()
351
if (!WIFSTOPPED(status) || (
WSTOPSIG
(status) != SIGSTOP)) {
in start_userspace()
449
int sig =
WSTOPSIG
(status);
in userspace()
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H
A
D
get_syscall_info.c
146
switch (
WSTOPSIG
(status)) {
in TEST()
259
WSTOPSIG
(status));
in TEST()
H
A
D
vmaccess.c
74
ASSERT_EQ(
WSTOPSIG
(s), SIGSTOP);
in TEST()
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H
A
D
breakpoint_test_arm64.c
138
if (
WSTOPSIG
(status) != SIGSTOP) {
in run_test()
169
if (
WSTOPSIG
(status) != SIGTRAP) {
in run_test()
H
A
D
step_after_suspend_test.c
72
if (
WSTOPSIG
(status) != SIGSTOP) {
in run_test()
104
if (
WSTOPSIG
(status) != SIGTRAP) {
in run_test()
H
A
D
breakpoint_test.c
275
if (
WSTOPSIG
(status) == SIGTRAP) {
in check_success()
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
H
A
D
breakpoint_test_arm64.c
138
if (
WSTOPSIG
(status) != SIGSTOP) {
in run_test()
169
if (
WSTOPSIG
(status) != SIGTRAP) {
in run_test()
H
A
D
step_after_suspend_test.c
72
if (
WSTOPSIG
(status) != SIGSTOP) {
in run_test()
104
if (
WSTOPSIG
(status) != SIGTRAP) {
in run_test()
H
A
D
breakpoint_test.c
275
if (
WSTOPSIG
(status) == SIGTRAP) {
in check_success()
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H
A
D
get_syscall_info.c
146
switch (
WSTOPSIG
(status)) {
in TEST()
259
WSTOPSIG
(status));
in TEST()
H
A
D
vmaccess.c
74
ASSERT_EQ(
WSTOPSIG
(s), SIGSTOP);
in TEST()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
fsgsbase.c
470
if (
WSTOPSIG
(status) == SIGTRAP) {
in test_ptrace_write_gs_read_base()
530
if (
WSTOPSIG
(status) == SIGTRAP) {
in test_ptrace_write_gsbase()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
fsgsbase.c
478
if (
WSTOPSIG
(status) == SIGTRAP) {
in test_ptrace_write_gs_read_base()
538
if (
WSTOPSIG
(status) == SIGTRAP) {
in test_ptrace_write_gsbase()
H
A
D
syscall_numbering.c
409
if (sh->probing_syscall &&
WSTOPSIG
(wstatus) == SIGTRAP)
in syscall_numbering_tracer()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H
A
D
ptrace.c
204
sig =
WSTOPSIG
(status);
in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H
A
D
proc-empty-vm.c
402
assert(
WSTOPSIG
(wstatus) == SIGSEGV);
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H
A
D
sve-ptrace.c
175
sig =
WSTOPSIG
(status);
in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H
A
D
za-ptrace.c
280
sig =
WSTOPSIG
(status);
in do_parent()
H
A
D
zt-ptrace.c
285
sig =
WSTOPSIG
(status);
in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
protection_keys.c
1591
pkey_assert(WIFSTOPPED(status) &&
WSTOPSIG
(status) == SIGSTOP);
in test_ptrace_modifies_pkru()
1623
pkey_assert(WIFSTOPPED(status) &&
WSTOPSIG
(status) == SIGSTOP);
in test_ptrace_modifies_pkru()
1650
pkey_assert(WIFSTOPPED(status) &&
WSTOPSIG
(status) == SIGSTOP);
in test_ptrace_modifies_pkru()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-hwbreak.c
213
if (!WIFSTOPPED(status) ||
WSTOPSIG
(status) != SIGTRAP ||
in check_success()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H
A
D
cgroup_util.c
385
return
WSTOPSIG
(info.si_status);
in clone_reap()
Completed in 16 milliseconds
1
2