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:newAction
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_dfx.cpp
81
struct sigaction
newAction
;
in SignalReg()
local
82
newAction
.sa_flags = SA_RESTART | SA_SIGINFO;
in SignalReg()
83
newAction
.sa_sigaction = SignalHandler;
in SignalReg()
84
sigaction(signo, &
newAction
, nullptr);
in SignalReg()
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_server_service_impl.cpp
847
struct sigaction
newAction
{};
in UnregisterSignal()
struct
849
if (sigemptyset(&
newAction
.sa_mask) == -1) {
in UnregisterSignal()
853
newAction
.sa_handler = SIG_DFL;
in UnregisterSignal()
854
newAction
.sa_flags = SA_RESTART;
in UnregisterSignal()
855
newAction
.sa_restorer = nullptr;
in UnregisterSignal()
857
if (sigaction(SIGCHLD, &
newAction
, nullptr) == -1) {
in UnregisterSignal()
/foundation/resourceschedule/ffrt/src/dfx/bbox/
H
A
D
bbox.cpp
333
struct sigaction
newAction
;
in SignalReg()
local
334
newAction
.sa_flags = SA_RESTART | SA_SIGINFO;
in SignalReg()
335
newAction
.sa_sigaction = SignalHandler;
in SignalReg()
336
sigaction(signo, &
newAction
, nullptr);
in SignalReg()
Completed in 3 milliseconds