HomeSort by relevance Sort by last modified time
    Searched defs:sig (Results 1 - 25 of 910) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 53 sig_atomic_t sig; ((void)sig); local
  /external/libcxx/test/std/language.support/support.runtime/
csignal.pass.cpp 53 std::sig_atomic_t sig = 0; local
54 ((void)sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
1-1.c 25 int sig; local
65 if (sigwait(&newmask, &sig) != 0) {
70 if (sig != SIGUSR2) {
2-1.c 32 int sig; local
92 if (sigwait(&newmask, &sig) != 0) {
110 if (sigwait(&newmask, &sig) != 0) {
3-1.c 30 int sig; local
82 if (sigwait(&newmask, &sig) != 0) {
8-1.c 15 * location referenced by 'sig'.
20 * 4) Verify the return value and the 'sig' value is correct.
26 int sig; local
54 if (sigwait(&newmask, &sig) != 0) {
62 if (sig == SIGUSR2) {
4-1.c 27 int sig; local
61 if (sigwait(&newmask, &sig) != 0) {
7-1.c 85 int ret, i, sig; local
152 ret = sigwait(&set, &sig);
158 if (sig != i) {
159 output("SIGRTMIN: %d, SIGRTMAX: %d, i: %d, sig:%d\n",
160 SIGRTMIN, SIGRTMAX, i, sig);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
signal_h.pass.cpp 53 sig_atomic_t sig; ((void)sig); local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
csignal.pass.cpp 53 std::sig_atomic_t sig = 0; local
54 ((void)sig);
  /external/compiler-rt/test/msan/
sigwait.cc 19 int sig; local
20 int res = sigwait(&s, &sig);
22 // The following checks that sig is initialized.
23 assert(sig == SIGUSR1);
  /external/ltp/pan/
ltp-bump.c 51 int sig = SIGINT; local
60 sig = atoi(optarg);
63 sig = SIGUSR1;
66 sig = SIGUSR2;
98 if (kill(nanny, sig) == -1) {
  /external/valgrind/coregrind/m_gdbserver/
target.h 84 int sig; member in struct:thread_resume
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
JcaContentSignerBuilder.java 61 final Signature sig = helper.createSignature(sigAlgId); local
66 sig.initSign(privateKey, random);
70 sig.initSign(privateKey);
75 private SignatureOutputStream stream = new SignatureOutputStream(sig);
109 private Signature sig; field in class:SignatureOutputStream
111 SignatureOutputStream(Signature sig)
113 this.sig = sig;
121 sig.update(bytes, off, len);
134 sig.update(bytes)
    [all...]
  /external/elfutils/libdw/
dwarf_formref_die.c 78 uint64_t sig = read_8ubyte_unaligned (cu->dbg, attr->valp); local
79 cu = Dwarf_Sig8_Hash_find (&cu->dbg->sig8_hash, sig, NULL);
92 while (cu->type_sig8 != sig);
  /external/libdaemon/examples/
testd.c 158 int sig; local
161 if ((sig = daemon_signal_next()) <= 0) {
167 switch (sig) {
  /external/ltp/testcases/kernel/io/disktest/
signals.c 53 void sig_handler(int sig)
60 int sig; local
73 rv = sigwait(&signal_set, &sig);
76 switch (sig) {
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe02.c 51 int sig = 0; local
93 sig = WTERMSIG(status);
94 if (sig != SIGPIPE) {
96 tst_strsig(sig));
  /external/ltp/testcases/kernel/syscalls/sgetmask/
sgetmask01.c 116 int sig; local
127 for (sig = -3; sig <= SIGRTMAX + 1; sig++) {
128 TEST(ltp_syscall(__NR_ssetmask, sig));
131 sig, TEST_RETURN);
133 if (TEST_RETURN != sig) {
135 "Oops,setting sig %d, got %ld",
136 sig, TEST_RETURN);
139 "OK,setting sig %d, got %ld"
    [all...]
  /external/ltp/testcases/kernel/syscalls/switch/
endian_switch01.c 59 int sig = WTERMSIG(status); local
61 tst_res(TINFO, "check exited with sig %d", sig);
87 int sig = WTERMSIG(status); local
89 tst_res(TFAIL, "test exited with sig %d", sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
1-2.c 8 * Test that the kill() function shall send signal sig to the process
46 int sig; local
68 if (0 != sigwait(&set, &sig)) {
75 if (sig != SIGTOTEST)
  /external/squashfs-tools/squashfs-tools/
restore.c 62 int i, sig; local
71 sigwait(&sigmask, &sig);
73 if((sig == SIGINT || sig == SIGTERM) && !interrupted) {
  /external/strace/linux/bfin/
rt_sigframe.h 34 int sig; member in struct:__anon35290
  /external/strace/linux/i386/
rt_sigframe.h 35 int sig; member in struct:__anon35293
  /external/strace/linux/m68k/
rt_sigframe.h 35 int sig; member in struct:__anon35298

Completed in 323 milliseconds

1 2 3 4 5 6 7 8 91011>>