/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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
signal_h.pass.cpp | 53 sig_atomic_t sig; local
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
csignal.pass.cpp | 53 std::sig_atomic_t sig; local
|
/prebuilts/ndk/r13/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/r13/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/c-ares/ |
ares_expand_string.c | 49 ssize_t sig; member in union:__anon13384 57 if (encoded+elen.sig+1 > abuf+alen) 71 *enclen = (long)(elen.sig+1);
|
/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/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/mesa3d/src/glsl/ |
opt_dead_code.cpp | 139 ir_function_signature *sig = local 146 if (do_dead_code(&sig->body, false))
|
/external/squashfs-tools/squashfs-tools/ |
restore.c | 62 int i, sig; local 71 sigwait(&sigmask, &sig); 73 if((sig == SIGINT || sig == SIGTERM) && !interrupted) {
|