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:sigpause
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H
A
D
40-1-buildonly.c
4
int
sigpause
(int);
15
dummyvar =
sigpause
;
in dummyfcn()
/third_party/musl/src/signal/
H
A
D
sigpause.c
3
int
sigpause
(int sig)
in sigpause()
function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H
A
D
4-1.c
8
This program verifies that
sigpause
() returns -1 and sets errno to EINVAL
36
return_value =
sigpause
(-1);
in main()
39
printf("Test PASSED:
sigpause
returned -1 and "
in main()
43
printf("Test FAILED:
sigpause
did not set errno "
in main()
48
printf("Test FAILED:
sigpause
did not return -1\n");
in main()
50
printf("Test FAILED:
sigpause
did not set errno "
in main()
H
A
D
1-2.c
8
This program verifies that
sigpause
() suspends the calling process
14
sigpause
().
16
variable hasn't been set yet. If it has, that means that
sigpause
20
sigpause
returned from suspension.
48
sigpause
(SIGTOTEST);
in a_thread_func()
66
printf("Test FAILED:
sigpause
returned before "
in main()
80
printf("Test FAILED: signal was sent, but
sigpause
"
in main()
H
A
D
1-1.c
8
This program verifies that
sigpause
() removes sig from the signal mask.
13
sigpause
().
48
sigpause
(SIGTOTEST);
in a_thread_func()
H
A
D
3-1.c
8
This program verifies that
sigpause
() returns -1 and sets errno to EINTR
14
sigpause
().
15
2. From the main() thread, send signal to new thread to make
sigpause
return.
16
3. Verify that
sigpause
returns -1 and sets errno to EINTR.
48
return_value =
sigpause
(SIGTOTEST);
in a_thread_func()
51
printf("Test PASSED:
sigpause
returned -1 "
in a_thread_func()
55
printf("Test FAILED:
sigpause
did not "
in a_thread_func()
61
printf("Test FAILED:
sigpause
did not return -1\n");
in a_thread_func()
63
printf("Test FAILED:
sigpause
did not set errno to EINTR\n");
in a_thread_func()
64
printf("Test FAILED:
sigpause
di
in a_thread_func()
[all...]
H
A
D
2-1.c
8
This program verifies that
sigpause
() restores sig to the signal mask before
14
mask and to suspend itself using
sigpause
(SIGTOTEST).
17
3. Once the new thread returns from
sigpause
, have the new thread raise
65
if ((
sigpause
(SIGTOTEST) != -1) || (errno != EINTR)) {
in a_thread_func()
66
printf("Test UNRESOLVED:
sigpause
didn't return -1 "
in a_thread_func()
78
"
sigpause
returned.");
in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
H
A
D
1-2.c
61
sigpause
(SIGABRT);
in main()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H
A
D
sigpause.c
72
result =
sigpause
(sig);
in sigpause_0100()
H
A
D
sigrelse.c
72
result =
sigpause
(sig);
in sigrelse_0100()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
signal.h
235
int
sigpause
(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
signal.h
235
int
sigpause
(int);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
signal.h
235
int
sigpause
(int);
/third_party/musl/porting/linux/user/include/
H
A
D
signal.h
258
int
sigpause
(int);
/third_party/musl/include/
H
A
D
signal.h
257
int
sigpause
(int);
/third_party/musl/libc-test/src/api/
H
A
D
signal.c
170
{int(*p)(int) =
sigpause
;}
in f()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl14.c
854
sigpause
(SIGUSR1);
in run_test()
1105
(void)
sigpause
(SIGUSR1);
in main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
10034
extern int
sigpause
(int __sig) __asm__ ("__xpg_sigpause");
[all...]
Completed in 30 milliseconds