Searched refs:signal (Results 76 - 100 of 1027) sorted by relevance

1234567891011>>

/external/skia/include/utils/
H A DSkCondVar.h50 * Pause the calling thread. Will be awoken when signal() or broadcast() is called.
60 void signal();
/external/skia/src/utils/
H A DSkCountdown.cpp21 fReady.signal();
/external/valgrind/main/gdbserver_tests/
H A Dgone.c1 #include <signal.h>
22 // Get killed by a signal.
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar_nocancel.c5 #include <signal.h>
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.c7 #include <signal.h>
H A Dtest_sig.c3 #include <signal.h>
5 #include <signal.h>
18 printf("Got signal %d\n", sig);
32 printf("Got signal %d\n", sig);
54 signal(SIGUSR1, handle_SIG);
55 signal(SIGSEGV, handle_SIG);
/external/ltrace/
H A Dlibltrace.c29 #include <signal.h>
74 signal(SIGALRM, SIG_DFL);
86 signal(SIGINT, SIG_IGN);
87 signal(SIGTERM, SIG_IGN);
88 signal(SIGALRM, signal_alarm);
111 signal(SIGINT, signal_exit); /* Detach processes when interrupted */
112 signal(SIGTERM, signal_exit); /* ... or killed */
158 /* Ignoring case 1: signal into a dying tracer */
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.cc41 base::WaitableEvent* signal,
45 signal->Signal();
50 base::WaitableEvent signal(false, false);
55 base::Bind(&GetAllSettingsOnFileThread, settings.get(), &signal));
56 signal.Wait();
89 base::WaitableEvent* signal,
93 signal->Signal();
102 base::WaitableEvent signal(false, false);
106 base::Bind(&SetSettingsOnFileThread, &settings, &signal));
107 signal
40 GetAllSettingsOnFileThread(base::DictionaryValue* out, base::WaitableEvent* signal, ValueStore* storage) argument
87 SetSettingsOnFileThread( const base::DictionaryValue* settings, base::WaitableEvent* signal, ValueStore* storage) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dloopwave.c13 #include <signal.h>
87 signal(SIGHUP, poked);
89 signal(SIGINT, poked);
91 signal(SIGQUIT, poked);
93 signal(SIGTERM, poked);
109 /* Clean up on signal */
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc32 AudioMultiVector signal(channels);
41 EXPECT_EQ(kNumSamples, tone_gen_.Generate(kNumSamples, &signal));
53 EXPECT_NEAR(x, static_cast<double>(signal[channel][n]), 25);
63 AudioMultiVector signal(channels);
79 EXPECT_EQ(kNumSamples, tone_gen_.Generate(kNumSamples, &signal));
86 signal[channel][n],
150 AudioMultiVector signal(1); // One channel.
154 tone_gen.Generate(kNumSamples, &signal));
175 EXPECT_EQ(DtmfToneGenerator::kParameterError, tone_gen.Generate(-1, &signal));
H A Dnormal.cc46 int16_t* signal = &(*output)[0][0]; local
73 int16_t* signal = &(*output)[channel_ix][0]; local
77 signal, static_cast<int>(length_per_channel));
84 int32_t energy = WebRtcSpl_DotProductWithScale(signal, signal,
159 memcpy(cng_output, signal, fs_mult * 8 * sizeof(int16_t));
169 signal[i] =
170 (fraction * signal[i] + (32 - fraction) * cng_output[i] + 8) >> 5;
H A Dpost_decode_vad.cc47 void PostDecodeVad::Update(int16_t* signal, int length, argument
78 vad_instance_, fs_hz, &signal[vad_sample_index],
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py9 import signal namespace
69 ignore_interrupt_signal: Ignore the interrupt signal (i.e., Ctrl-C) while
105 signal.signal(signal.SIGINT, signal.SIG_IGN)
109 signal.signal(signal.SIGINT, signal
[all...]
/external/chromium_org/sandbox/mac/
H A Ddispatch_source_mach_unittest.cc44 dispatch_semaphore_t signal = dispatch_semaphore_create(0); local
55 dispatch_semaphore_signal(signal);
68 WaitForSemaphore(signal);
91 dispatch_semaphore_t signal = dispatch_semaphore_create(0); local
110 dispatch_semaphore_signal(signal);
115 WaitForSemaphore(signal);
/external/chromium_org/build/android/pylib/utils/
H A Dxvfb.py8 import signal namespace
54 os.kill(self._pid, signal.SIGKILL)
/external/chromium_org/chromeos/dbus/
H A Dnfc_manager_client.cc66 // Set up the signal handlers.
94 // NFC manager signal handlers.
101 // Called by dbus:: when an "AdapterAdded" signal is received..
102 void AdapterAddedReceived(dbus::Signal* signal) { argument
103 DCHECK(signal);
104 dbus::MessageReader reader(signal);
107 LOG(WARNING) << "AdapterAdded signal has incorrect parameters: "
108 << signal->ToString();
115 // Called by dbus:: when the "AdapterAdded" signal is initially connected.
119 LOG_IF(WARNING, !success) << "Failed to connect to AdapterAdded signal
123 AdapterRemovedReceived(dbus::Signal* signal) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCSessionDescriptionSyncObserver.m38 // CondVar used to wait for, and signal arrival of, an SDP-related callback.
61 - (void)signal {
63 [self.condition signal];
86 [self signal];
99 [self signal];
/external/chromium_org/tools/android/common/
H A Ddaemon.cc8 #include <signal.h>
55 signal(SIGUSR1, Exit);
/external/chromium_org/v8/tools/testrunner/objects/
H A Doutput.py29 import signal namespace
45 # Timed out tests will have exit_code -signal.SIGTERM.
49 self.exit_code != -signal.SIGABRT)
/external/compiler-rt/test/tsan/
H A Dsigsuspend.cc10 #include <signal.h>
23 assert(SIG_ERR != signal(kSignalToTest, do_nothing_signal_handler));
/external/iptables/iptables/
H A Diptables-standalone.c37 #include <signal.h>
49 signal(SIGPIPE, SIG_IGN);
/external/libcxx/test/depr/depr.c.headers/
H A Dsignal_h.pass.cpp10 // test <signal.h>
12 #include <signal.h>
55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), "");
/external/valgrind/main/none/tests/
H A Dsyscall-restart1.c3 #include <signal.h>
8 /* Make sure that a blocking syscall returns EINTR if hit by a signal,
50 signal(SIGPIPE, SIG_IGN);
H A Dsyscall-restart2.c3 #include <signal.h>
8 /* Make sure that a blocking syscall restarts if hit by a signal,
50 signal(SIGPIPE, SIG_IGN);
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.stderr.exp8 FAIL: expected signal 11, not 4

Completed in 567 milliseconds

1234567891011>>