Searched refs:signal (Results 26 - 50 of 1027) sorted by path

1234567891011>>

/external/bison/
H A Dmaint.mk605 # man signal.h|col -b|perl -ne '/bsd_signal.*;/.../sigwaitinfo.*;/ and print' \
610 siginterrupt sigismember signal sigpause sigpending sigprocmask sigqueue \
613 # The following were extracted from "man signal.h" manually.
633 # Prohibit the inclusion of signal.h without an actual use.
635 @h='signal.h' \
/external/blktrace/
H A Dblkiomon.c30 #include <signal.h>
675 static void blkiomon_signal(int signal) argument
677 fprintf(stderr, "blkiomon: terminated by signal\n");
678 up = signal & 0;
685 signal(SIGALRM, blkiomon_signal);
686 signal(SIGINT, blkiomon_signal);
687 signal(SIGTERM, blkiomon_signal);
688 signal(SIGQUIT, blkiomon_signal);
H A Dblkparse.c31 #include <signal.h>
2812 signal(SIGINT, handle_sigint);
2813 signal(SIGHUP, handle_sigint);
2814 signal(SIGTERM, handle_sigint);
H A Dblktrace.c36 #include <signal.h>
104 * and it will signal the processing thread using the dp_cond,
125 * can then signal the main thread using <dp_cond,dp_mutex> and
127 * signal. When dp_entries is 0, the main thread will wait for that condition
1927 signal(SIGINT, SIG_IGN);
1928 signal(SIGHUP, SIG_IGN);
1929 signal(SIGTERM, SIG_IGN);
1930 signal(SIGALRM, SIG_IGN);
2632 signal(SIGINT, handle_sigint);
2633 signal(SIGHU
[all...]
/external/blktrace/btreplay/
H A Dbtreplay.c29 #include <signal.h>
366 * setup_signal - Set up a signal handler for the specified signum
370 if (signal(signum, handler) == SIG_ERR) {
371 fatal("signal", ERR_SYSCALL, "Failed to set signal %d\n",
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c956 bthf_service_type_t svc_type, int signal, int batt_chg)
969 send_indicator_update(BTA_AG_IND_SIGNAL, signal);
1017 int signal, int roam, int batt_chg,
1036 signal, /* Signal strength */
955 device_status_notification(bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int signal, int batt_chg) argument
1015 cind_response(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr) argument
H A Dbtif_hl.c40 #include <signal.h>
84 /* signal socketpair to wake up select loop */
4923 ** Description send a signal to wakupo the select loop
4938 ** Description send a signal to close a socket
4953 ** Description send signal to close the thread and then close all signal FDs
4980 ** Description clear the received signal for the select loop
5061 BTIF_TRACE_DEBUG("btif_hl_select_wake_signaled, signal ret=%d", ret);
5065 BTIF_TRACE_DEBUG("btif_hl_select_wake_signaled, signal:%d", r);
H A Dbtif_pan.c30 #include <signal.h>
H A Dbtif_sock_thread.c42 #include <signal.h>
/external/bluetooth/bluedroid/hci/src/
H A Dlpm.c30 #include <signal.h>
/external/bluetooth/bluedroid/include/
H A Dbte.h28 #include <signal.h>
/external/bluetooth/bluedroid/main/
H A Dbte_main.c29 #include <signal.h>
/external/bluetooth/bluedroid/stack/include/
H A Dport_api.h120 #define PORT_EV_RING 0x00000100 /* Ring signal detected */
381 ** signal - specify the function to be passed
394 RFC_API extern int PORT_Control (UINT16 handle, UINT8 signal);
467 #define PORT_FLAG_CTS_HOLD 0x01 /* Tx is waiting for CTS signal */
468 #define PORT_FLAG_DSR_HOLD 0x02 /* Tx is waiting for DSR signal */
469 #define PORT_FLAG_RLSD_HOLD 0x04 /* Tx is waiting for RLSD signal */
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c148 RFCOMM_TRACE_EVENT ("RFCOMM_CreateConnection dlci:%d signal state:0x%x", dlci, p_port->default_signal_state);
693 ** signal = specify the function to be passed
696 int PORT_Control (UINT16 handle, UINT8 signal) argument
701 RFCOMM_TRACE_API ("PORT_Control() handle:%d signal:0x%x", handle, signal);
719 switch (signal)
754 if (signal == PORT_BREAK)
960 RFCOMM_TRACE_API ("PORT_GetModemStatus() handle:%d signal:%x", handle, *p_signal);
H A Dport_int.h168 UINT8 default_signal_state; /* Initial signal state depending on uuid */
234 extern UINT32 port_get_signal_changes (tPORT *p_port, UINT8 old_signals, UINT8 signal);
H A Dport_utils.c448 UINT32 port_get_signal_changes (tPORT *p_port, UINT8 old_signals, UINT8 signal) argument
450 UINT8 changed_signals = (signal ^ old_signals);
457 if (signal & PORT_DTRDSR_ON)
465 if (signal & PORT_CTSRTS_ON)
476 if (signal & PORT_DCD_ON)
/external/bluetooth/bluedroid/test/suite/support/
H A Dhal.c19 #include <signal.h>
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c37 #include <signal.h>
/external/bzip2/
H A Dbzip2.c53 #include <signal.h>
1807 /*-- Set up signal handlers for mem access errors --*/
1808 signal (SIGSEGV, mySIGSEGVorSIGBUScatcher);
1811 signal (SIGBUS, mySIGSEGVorSIGBUScatcher);
1952 signal (SIGINT, mySignalCatcher);
1953 signal (SIGTERM, mySignalCatcher);
1955 signal (SIGHUP, mySignalCatcher);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_endtoend.py38 import signal namespace
218 os.kill(pid, signal.SIGKILL)
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc9 #include <signal.h>
73 // Note: code in this function is NOT async-signal safe (std::string uses
150 // NOTE: This code MUST be async-signal safe (it's used by in-process
151 // stack dumping signal handler). NO malloc or stdio is allowed here.
175 // Below part is async-signal unsafe (uses malloc), so execute it only
176 // when we are not executing the signal handler.
203 // NOTE: This code MUST be async-signal safe (it's used by in-process
204 // stack dumping signal handler). NO malloc or stdio is allowed here.
208 void StackDumpSignalHandler(int signal, siginfo_t* info, void* void_context) { argument
209 // NOTE: This code MUST be async-signal saf
[all...]
/external/chromium_org/base/mac/
H A Dos_crash_dumps.cc7 #include <signal.h>
48 // It is better to allow the signal handler to run on the stack
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc245 // Cheap way to signal that the window wasn't found if RunEnd() isn't
490 TestIOHandler(const wchar_t* name, HANDLE signal, bool wait);
508 TestIOHandler::TestIOHandler(const wchar_t* name, HANDLE signal, bool wait) argument
509 : signal_(signal), wait_(wait) {
/external/chromium_org/base/process/
H A Dkill_mac.cc7 #include <signal.h>
153 // a signal. This is safe even if it's freshly dead, because it will be a
155 // signal is not delivered to a live process.
H A Dkill_posix.cc7 #include <signal.h>
35 // When a child process terminates a SIGCHLD signal is sent to the parent.
36 // Catching this signal would involve installing a signal handler which may
45 // usleep() is speced to exit if a signal is received for which a handler
73 // usleep() will return 0 and set errno to EINTR on receipt of a signal
440 // SIGKILL is uncatchable. Since the signal was delivered, we can
446 << " failed to deliver a SIGKILL signal (" << errno << ").";

Completed in 1935 milliseconds

1234567891011>>