OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signal
(Results
726 - 750
of
12319
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/device/google/cuttlefish_common/common/vsoc/lib/
single_sided_signal.h
24
// Signaling mechanism that allows threads to
signal
changes to shared
33
* Waits for a
signal
, assuming the the word at addr matches expected_state.
42
* Sends a
signal
to every thread in AwaitSignal() using the address in
45
static void
Signal
(std::atomic<uint32_t>* uaddr) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
win_console_handler.py
12
import
signal
22
if sig ==
signal
.CTRL_C_EVENT:
24
elif sig ==
signal
.CTRL_BREAK_EVENT:
47
# Do nothing but wait for the
signal
/external/dtc/tests/
dtc-fatal.sh
9
FAIL "dtc killed by
signal
(ret=$ret)"
/external/kernel-headers/original/uapi/linux/
signal.h
5
#include <asm/
signal
.h>
/external/libdrm/nouveau/nvif/
if0003.h
10
__u8
signal
[4];
member in struct:nvif_perfdom_v0::__anon24681
/external/ltp/doc/man3/
tst_sig.3
51
to set up
signal
handling functions for unexpected
53
of exiting following an unexpected interruption by a
signal
.
58
whether or not to ignore the SIGCHLD
signal
caused by the death of a
61
information on the SIGCHLD
signal
).
64
ignore the SIGCHLD
signal
. This option should be set if the
69
treat the SIGCHLD
signal
just as any other unexpected
70
signal
(ie. the \fIhandler\fR will be called).
76
executed upon the receipt of an unexpected
signal
.
77
The test program may pass a pointer to a
signal
handling
83
signal
, the \fIdefault handler\fR will generat
[
all
...]
/external/ltp/testcases/kernel/syscalls/kill/
kill12.c
26
>KEYS: < kill(), wait(),
signal
()
28
< correct values to the waiting parent--the child sets
signal
to
30
>HOW: < For each
signal
: Send that
signal
to a child that has elected
31
< to catch the
signal
, check that the correct status was returned
33
< NOTE:
Signal
9 (kill) is not catchable, and must be dealt with
43
#include <
signal
.h>
106
//fprintf(temp, "Testing
signal
%d\n", sig);
140
/* nsig is the
signal
number returned by wait
144
fprintf(temp, "wait error: unexpected
signal
"
[
all
...]
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
15-1-buildonly.c
5
#include <
signal
.h>
19-1.c
6
#include <
signal
.h>
29-1-buildonly.c
9
#include <
signal
.h>
31-1-buildonly.c
9
#include <
signal
.h>
42-1-buildonly.c
8
#include <
signal
.h>
43-1-buildonly.c
7
#include <
signal
.h>
47-1-buildonly.c
9
#include <
signal
.h>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
6-1.c
9
passed an invalid
signal
number
15
#include <
signal
.h>
33
("killpg did not return -1 even though it was passed an invalid
signal
number.");
39
("killpg did not set errno to EINVAL even though it was passed an invalid
signal
number.");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
assertions.xml
4
specified
signal
be to a specified thread.
8
but no
signal
shall actually be sent, if sig is zero.
17
No
signal
shall be sent if the pthread_kill() function fails.
25
signal
number.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
assertions.xml
3
The raise() function sends
signal
sig to the thread or process currently
7
If a
signal
handler is called, the raise() function shall not return until
8
after the
signal
handler does.
28
value of the sig argument is an invalid
signal
number.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
2-1.c
9
* 1) Block one
signal
from delivery.
10
* 2) Raise that
signal
.
12
* 4) Verify the
signal
raised is shown.
15
#include <
signal
.h>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
10-1.c
8
Attempt to add SIGKILL and SIGSTOP to the process's
signal
mask and
14
#include <
signal
.h>
31
printf("FAIL: SIGKILL was added to the
signal
mask\n");
35
printf("FAIL: SIGSTOP was added to the
signal
mask\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
2-1.c
8
This program tests the assertion that the
signal
shall be ignored
12
"myhandler" for SIGUSR1. Then another call to
signal
() is made about
21
#include <
signal
.h>
47
perror("Unexpected error while using
signal
()");
/external/minijail/
signal_handler.h
6
*
Signal
handling functions.
/external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_signal_blocker.hpp
21
#include <
signal
.h>
42
// Destructor restores the previous
signal
mask.
60
// Restore the previous
signal
mask.
71
// The previous
signal
mask.
/external/python/cpython2/Lib/test/
win_console_handler.py
12
import
signal
22
if sig ==
signal
.CTRL_C_EVENT:
24
elif sig ==
signal
.CTRL_BREAK_EVENT:
47
# Do nothing but wait for the
signal
/external/python/cpython2/Mac/scripts/
mkestrres-errno.h
3
#define ESIGPARM 36 /*
Signal
argument error */
/external/python/cpython3/Lib/test/
win_console_handler.py
12
import
signal
22
if sig ==
signal
.CTRL_C_EVENT:
24
elif sig ==
signal
.CTRL_BREAK_EVENT:
47
# Do nothing but wait for the
signal
Completed in 1182 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>