Searched defs:signal (Results 1 - 25 of 93) sorted by relevance

1234

/external/qemu/hw/
H A Dgoldfish_nand.h23 int signal; member in struct:__anon10966
/external/chromium/third_party/libevent/sample/
H A Dsignal-test.c3 * cc -I/usr/local/include -o signal-test \
4 * signal-test.c -L/usr/local/lib -levent
21 #include <signal.h>
35 struct event *signal = arg; local
37 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
40 event_del(signal);
/external/mdnsresponder/mDNSPosix/
H A DExampleClientApp.c26 #include <signal.h> // For SIGINT, etc.
36 mDNSlocal void HandleSIG(int signal) argument
38 (void)signal; // Unused
46 signal(SIGINT, HandleSIG); // SIGINT is what you get for a Ctrl-C
47 signal(SIGTERM, HandleSIG);
/external/openssh/openbsd-compat/
H A Dbsd-misc.h92 /* wrapper for signal interface */
96 #define signal(a,b) mysignal(a,b) macro
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCCompletionEvent.h49 void signal() function in class:WebCore::CCCompletionEvent
52 m_condition.signal();
/external/webkit/Source/WebKit/qt/tests/
H A Dutil.h30 * Starts an event loop that runs until the given signal is received.
34 * \return \p true if the requested signal was received
37 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 10000) argument
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DBinarySemaphore.cpp42 void BinarySemaphore::signal() function in class:CoreIPC::BinarySemaphore
47 m_condition.signal();
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DBinarySemaphoreWin.cpp41 void BinarySemaphore::signal() function in class:CoreIPC::BinarySemaphore
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/
H A Dutil.h30 * Starts an event loop that runs until the given signal is received.
34 * \return \p true if the requested signal was received
37 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 10000) argument
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp31 int signal; local
39 signal = 0 - (256 - index.data().toInt());
41 signal = index.data().toInt();
45 if (signal < opts.minimum)
47 else if (signal > opts.maximum)
50 opts.progress = signal;
52 opts.text = QString::number(signal) + " dBm";
/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp27 * Starts an event loop that runs until the given signal is received.
31 * \return \p true if the requested signal was received
34 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0) argument
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
/external/webkit/Tools/Scripts/
H A Dwebkit-patch36 import signal namespace
73 sys.exit(signal.SIGINT + 128)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dgtk.py33 import signal namespace
78 os.kill(server_pid, signal.SIGTERM)
H A Dqt.py33 import signal namespace
92 os.kill(server_pid, signal.SIGTERM)
/external/kernel-headers/original/asm-mips/
H A Duser.h47 long int signal; /* signal causing core dump */ member in struct:user
/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
H A Dtst_painting.cpp28 * Starts an event loop that runs until the given signal is received.
32 * \return \p true if the requested signal was received
35 static bool waitForSignal(QObject* obj, const char* signal, int timeout = 0) argument
38 QObject::connect(obj, signal, &loop, SLOT(quit()));
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dscanresults.ui.h61 QString ssid, bssid, freq, signal, flags; local
64 signal = cols.count() > 2 ? cols[2] : "";
67 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal, flags);
/external/chromium/chrome/common/
H A Dservice_process_util_posix.cc45 // "Forced" Shutdowns on POSIX are done via signals. The magic signal for
46 // a shutdown is SIGTERM. "write" is a signal safe function. PLOG(ERROR) is
62 void ServiceProcessState::StateData::SignalReady(base::WaitableEvent* signal, argument
65 CHECK(!signal->IsSignaled());
71 signal->Signal();
76 // Set up signal handler for SIGTERM.
84 signal->Signal();
101 signal->Signal();
105 signal->Signal();
/external/dropbear/
H A Dchansession.h86 int signal; member in struct:SigMap
/external/flac/libFLAC/
H A Dcpu.c41 # include <signal.h>
55 # include <signal.h>
64 signal (sig, SIG_DFL);
122 # undef USE_OBSOLETE_SIGCONTEXT_FLAVOR /* #define this to use the older signal handler method */
124 static void sigill_handler_sse_os(int signal, struct sigcontext sc) argument
126 (void)signal;
131 static void sigill_handler_sse_os(int signal, siginfo_t *si, void *uc) argument
133 (void)signal, (void)si;
249 if(0 == sigaction(SIGILL, NULL, &sigill_save) && signal(SIGILL, (void (*)(int))sigill_handler_sse_os) != SIG_ERR)
376 signal (SIGIL
[all...]
/external/llvm/utils/Misc/
H A Dzkill124 import signal namespace
126 value = getattr(signal, name)
129 error('unknown signal: %r' % name)
131 import signal namespace
133 for name in dir(signal):
135 kSignals[name[3:]] = getattr(signal, name)
145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
212 # Figure out the signal to use.
213 signal
[all...]
/external/llvm/utils/lit/lit/
H A DTestRunner.py1 import os, signal, subprocess, sys namespace
40 if exitCode == -signal.SIGINT:
218 if res == -signal.SIGINT:
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingNone.cpp55 void ThreadCondition::signal() { } function in class:WTF::ThreadCondition
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTexturesGenerator.cpp68 bool signal = false; local
77 // signal if we weren't in deferred mode, or if we can no longer defer
78 signal = !m_deferredMode || !deferrable;
80 if (signal)
81 mRequestedOperationsCond.signal();
/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp48 WorkItemQt(WorkQueue* workQueue, QObject* source, const char* signal, WorkItem* workItem) argument
51 , m_signal(signal)

Completed in 509 milliseconds

1234