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:sig_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H
A
D
16-1.c
45
struct
sig_info
{
struct
51
static struct
sig_info
sigs[] = {
88
static struct
sig_info
*lookup(int signo)
in lookup()
90
struct
sig_info
*s = &sigs[0];
in lookup()
103
struct
sig_info
*s;
in handler()
116
struct
sig_info
*s = arg;
in threaded()
146
static int test_sig(struct
sig_info
*s)
in test_sig()
211
struct
sig_info
*s = &sigs[0];
in main()
/third_party/ltp/testcases/kernel/mem/mtest06/
H
A
D
mmap2.c
171
}
sig_info
[] = {
in main()
local
232
for (sig_ndx = 0;
sig_info
[sig_ndx].signum != -1; sig_ndx++) {
in main()
233
sigaddset(&sigptr.sa_mask,
sig_info
[sig_ndx].signum);
in main()
234
if (sigaction(
sig_info
[sig_ndx].signum, &sigptr,
in main()
H
A
D
shmat1.c
405
}
sig_info
[] = {
in main()
local
451
for (sig_ndx = 0;
sig_info
[sig_ndx].signum != -1; sig_ndx++) {
in main()
452
sigaddset(&sigptr.sa_mask,
sig_info
[sig_ndx].signum);
in main()
453
if (sigaction(
sig_info
[sig_ndx].signum, &sigptr,
in main()
/third_party/ltp/testcases/kernel/mem/mtest05/
H
A
D
mmstress.c
661
}
sig_info
[] = {
in main()
local
716
for (i = 0;
sig_info
[i].signum != -1; i++) {
in main()
717
if (signal(
sig_info
[i].signum, sig_handler) == SIG_ERR) {
in main()
719
sig_info
[i].signame);
in main()
Completed in 3 milliseconds