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:sighold
(Results
1 - 25
of
47
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H
A
D
sighold.c
46
result =
sighold
(sig);
in sighold_0100()
84
int result =
sighold
(sig);
in sighold_0200()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress09.c
282
if (
sighold
(SIGALRM) ||
sighold
(SIGINT)) {
in main()
283
perror("
sighold
error");
in main()
339
if (
sighold
(SIGALRM)) {
in main()
340
perror("
sighold
error");
in main()
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H
A
D
sigrelse01.c
50
* 1. sigrelse turns on the receipt of signals held by
sighold
.
83
* hold each signal with
sighold
()
115
extern int
sighold
(int __sig);
375
* If none were caught (
sighold
worked), release the signals one at a time
381
int rv; /* return value from
sighold
() and sigrelse() */
in child()
406
if ((rv =
sighold
(sig)) != 0) {
in child()
407
/* THEY say
sighold
ALWAYS returns 0 */
in child()
409
"
sighold
did not return 0. rv:%d",
in child()
421
* that we will not wait forever - if
sighold
() did its job, we
in child()
422
* will not receive the signals. If
sighold
() ble
in child()
713
static int
sighold
(int signo)
sighold()
function
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H
A
D
35-1-buildonly.c
4
int
sighold
(int);
15
dummyvar =
sighold
;
in dummyfcn()
/third_party/musl/src/signal/
H
A
D
sighold.c
3
int
sighold
(int sig)
in sighold()
function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
H
A
D
2-1.c
8
Simply, if
sighold
returns a 0 here, test passes.
20
if (
sighold
(SIGABRT) != 0) {
in main()
21
perror("
sighold
failed -- returned -- test aborted");
in main()
H
A
D
3-1.c
11
* After
sighold
is called on an invalid signal it should return -1 and set
31
ret =
sighold
(sigs[i]);
in main()
35
printf("Failed
sighold
(%i) ret=%i errno=%i\n",
in main()
H
A
D
1-1.c
10
2. Call
sighold
on that SIGABRT.
43
if (
sighold
(SIGABRT) == -1) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
H
A
D
1-1.c
13
* 2. Call
sighold
on that SIGABRT.
46
sighold
(SIGABRT);
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H
A
D
6-1.c
51
sighold
(SIGTOTEST);
in main()
H
A
D
5-1.c
51
sighold
(SIGTOTEST);
in main()
H
A
D
9-1.c
48
sighold
(SIGTOTEST);
in main()
H
A
D
2-1.c
52
sighold
(rtsig);
in main()
H
A
D
1-1.c
49
sighold
(SIGTOTEST);
in main()
H
A
D
8-1.c
56
sighold
(SIGTOTEST);
in main()
H
A
D
7-1.c
57
sighold
(SIGTOTEST);
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H
A
D
1-1.c
47
sighold
(SIGTOTEST);
in a_thread_func()
H
A
D
2-1.c
63
sighold
(SIGTOTEST);
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
H
A
D
4-1.c
53
sighold
(SIGTOTEST);
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H
A
D
8-1.c
56
sighold
(SIGTOTEST);
in main()
H
A
D
4-1.c
54
sighold
(SIGTOTEST);
in main()
H
A
D
5-1.c
53
sighold
(SIGTOTEST);
in main()
H
A
D
9-1.c
67
sighold
(SIGTOTEST);
in main()
/third_party/ltp/testcases/kernel/syscalls/
H
A
D
Makefile
29
sched_getaffinity sched_setaffinity sendmsg setgroups setns
sighold
\
/third_party/ltp/testcases/kernel/syscalls/sighold/
H
A
D
sighold02.c
15
* 1.
sighold
action to turn off the receipt of all signals was done without error.
71
if (
sighold
(sig))
in do_child()
72
tst_brk(TBROK | TERRNO, "
sighold
(%s %i)", tst_strsig(sig), sig);
in do_child()
Completed in 7 milliseconds
1
2