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_HOLD
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H
A
D
8-1.c
9
sigset shall return
SIG_HOLD
32
if (sigset(SIGCHLD,
SIG_HOLD
) !=
SIG_HOLD
) {
in main()
33
printf("Test FAILED: sigset() didn't return
SIG_HOLD
\n");
in main()
H
A
D
7-1.c
11
* This program tests the assertion that if disp is
SIG_HOLD
, then the
17
* equal to
SIG_HOLD
58
if (sigset(SIGCHLD,
SIG_HOLD
) == SIG_ERR) {
in main()
H
A
D
6-1.c
8
This program tests the assertion that if disp is
SIG_HOLD
, then the
14
equal to
SIG_HOLD
50
if (sigset(SIGCHLD,
SIG_HOLD
) == SIG_ERR) {
in main()
/third_party/musl/src/signal/
H
A
D
sigset.c
12
if (handler ==
SIG_HOLD
) {
in sigset()
26
return sigismember(&mask_old, sig) ?
SIG_HOLD
: sa_old.sa_handler;
in sigset()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H
A
D
2-3-buildonly.c
4
Test the definition of
SIG_HOLD
.
9
static void (*dummy) (int) =
SIG_HOLD
;
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H
A
D
sigset.c
178
* @tc.desc : modifies the disposition of the signal sig with
SIG_HOLD
195
sigset(sig,
SIG_HOLD
);
in sigset_0400()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
signal.h
58
#define
SIG_HOLD
((void (*)(int)) 2)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
signal.h
54
#define
SIG_HOLD
((void (*)(int)) 2)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
signal.h
54
#define
SIG_HOLD
((void (*)(int)) 2)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
signal.h
54
#define
SIG_HOLD
((void (*)(int)) 2)
macro
/third_party/musl/porting/linux/user/include/
H
A
D
signal.h
55
#define
SIG_HOLD
((void (*)(int)) 2)
macro
/third_party/musl/include/
H
A
D
signal.h
54
#define
SIG_HOLD
((void (*)(int)) 2)
macro
/third_party/musl/libc-test/src/api/
H
A
D
signal.c
12
{void(*x)(int) =
SIG_HOLD
;}
in f()
Completed in 6 milliseconds