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:sigproc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H
A
D
getcwd04.c
36
static void
sigproc
(int sig);
71
SAFE_SIGNAL(SIGALRM,
sigproc
);
in setup()
78
static void
sigproc
(int sig)
in sigproc()
function
/third_party/ltp/testcases/kernel/syscalls/alarm/
H
A
D
alarm06.c
19
static void
sigproc
(int sig)
in sigproc()
function
27
SAFE_SIGNAL(SIGALRM,
sigproc
);
in setup()
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H
A
D
getxattr04.c
46
static void
sigproc
(int sig)
in sigproc()
function
97
SAFE_SIGNAL(SIGUSR1,
sigproc
);
in setup()
/third_party/node/deps/v8/tools/testrunner/
H
A
D
num_fuzzer.py
156
sigproc
= self._create_signal_proc()
169
sigproc
,
195
return
sigproc
.exit_code
H
A
D
standard_runner.py
295
sigproc
= self._create_signal_proc()
307
sigproc
,
347
return max(exit_code,
sigproc
.exit_code)
H
A
D
base_runner.py
32
from testrunner.testproc.
sigproc
import SignalProc
Completed in 4 milliseconds