Home
last modified time | relevance | path

Searched refs:signal (Results 2601 - 2625 of 2753) sorted by relevance

1...<<101102103104105106107108109110111

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs.cpp488 ANGLE_EGL_TRY_RETURN(thread, syncObject->signal(display, currentContext, mode), in SignalSyncKHR()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go31 "os/signal"
87 signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)
/third_party/toybox/generated/
H A Dglobals.h1455 int signal; member
/third_party/pulseaudio/src/utils/
H A Dpacat.c25 #include <signal.h>
623 /* UNIX signal to quit received */
626 pa_log(_("Got signal, exiting.")); in exit_signal_callback()
H A Dpadsp.c45 #include <signal.h>
623 signal(SIGPIPE, SIG_IGN); /* Yes, ugly as hell */ in fd_info_new()
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp481 semaphore.signal(); in reshapeAll()
/third_party/vulkan-loader/loader/
H A Ddebug_utils.c31 #include <signal.h>
/third_party/backends/backend/
H A Dmustek_usb_low.c1356 usb_low_set_motor_signal (ma1017 * chip, SANE_Byte signal) in usb_low_set_motor_signal() argument
1374 chip->motor_signal = signal & 0x06; in usb_low_set_motor_signal()
H A Dplustek_pp.c70 #include <signal.h>
344 DBG( _DBG_PROC, "Child is down (signal=%d)\n", signo ); in sig_chldhandler()
347 /** signal handler to kill the child process
351 DBG( _DBG_PROC, "reader_process: terminated by signal %d\n", signo ); in reader_process_sigterm_handler()
391 /* install the signal handler */ in reader_process()
2048 signal( SIGCHLD, sig_chldhandler ); in sane_start()
H A Du12.c62 #include <signal.h>
274 DBG( _DBG_PROC, "(SIG) Child is down (signal=%d)\n", signo ); in sig_chldhandler()
277 /** signal handler to kill the child process
281 DBG( _DBG_PROC, "(SIG) reader_process: terminated by signal %d\n", signo ); in reader_process_sigterm_handler()
287 DBG( _DBG_PROC, "(SIG) reader_process: terminated by signal %d\n", signo ); in usb_reader_process_sigterm_handler()
328 /* install the signal handler */ in reader_process()
1739 signal( SIGCHLD, sig_chldhandler ); in sane_start()
H A Dmustek_pp.c50 #include <signal.h>
233 sigterm_handler (int signal __UNUSED__) in sigterm_handler()
243 * The signal handle for SIGTERM is initialized.
H A Dplustek.c141 #include <signal.h>
408 DBG( _DBG_PROC, "(SIG) Child is down (signal=%d)\n", signo ); in sig_chldhandler()
415 /** signal handler to kill the child process
420 DBG( _DBG_PROC, "(SIG) reader_process: terminated by signal %d\n", signo ); in reader_process_sigterm_handler()
427 DBG( _DBG_PROC, "(SIG) reader_process: terminated by signal %d\n", signo ); in usb_reader_process_sigterm_handler()
458 /* install the signal handler */ in thread_entry()
2043 signal( SIGCHLD, sig_chldhandler ); in sane_control_option()
2638 signal( SIGCHLD, sig_chldhandler ); in sane_start()
H A Dpie.c75 #include <signal.h>
2780 reader_process_sigterm_handler (int signal) in reader_process_sigterm_handler() argument
2782 DBG (DBG_sane_info, "reader_process: terminated by signal %d\n", signal); in reader_process_sigterm_handler()
/third_party/libuv/test/
H A Dtest-spawn.c1049 /* Verify that uv_spawn() resets the signal disposition. */ in TEST_IMPL()
1057 ASSERT_NE(SIG_ERR, signal(SIGTERM, SIG_IGN)); in TEST_IMPL()
1070 ASSERT_NE(SIG_ERR, signal(SIGTERM, SIG_DFL)); in TEST_IMPL()
H A Dtest-fs.c3755 uv_signal_t signal; in test_fs_partial() local
3781 ASSERT_OK(uv_signal_init(loop, &signal)); in test_fs_partial()
3782 ASSERT_OK(uv_signal_start(&signal, sig_func, SIGUSR1)); in test_fs_partial()
3823 uv_close((uv_handle_t*) &signal, NULL); in test_fs_partial()
/third_party/libcoap/examples/
H A Dcoap-client.c17 #include <signal.h>
1768 signal(SIGINT, handle_sigint); in main()
H A Dcoap-server.c22 #include <signal.h>
2901 signal(SIGINT, handle_sigint); in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/
H A Dminimal-http-server-tls-mem.c21 #include <signal.h>
411 signal(SIGINT, sigint_handler); in main()
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/
H A Dbn-mips.S638 li $2,-1 # I would rather signal div-by-zero
663 break 6 # signal overflow
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/
H A Dbn-mips.S638 li $2,-1 # I would rather signal div-by-zero
663 break 6 # signal overflow
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl364 { .mmi; mov ret0=1 // signal "handled"
856 mov ret0=1 } // signal "handled"
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl364 { .mmi; mov ret0=1 // signal "handled"
856 mov ret0=1 } // signal "handled"
/third_party/mksh/
H A DBuild.sh1922 #include <signal.h>
1930 #include <signal.h>
1942 #include <signal.h>
2122 #include <signal.h>
2282 #include <signal.h>
2406 $e Generating list of signal names...
2408 $e No list of signal names available via cpp. Falling back...
2412 echo '#include <signal.h>
2462 echo '#include <signal.h>' >conftest.c
H A Dsh.h85 #include <signal.h>
990 EXTERN const char Tbad_sig_ss[] E_INIT("%s: bad signal '%s'");
1156 #define Tbad_sig_ss "%s: bad signal '%s'"
1157 #define Tbad_sig_s "bad signal '%s'"
1345 sig_t shtrap; /* shell signal handler */
1346 int signal; /* signal number */ member
1352 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
1359 #define TF_TTY_INTR BIT(7) /* tty generated signal (see j_waitj) */
1364 #define SS_RESTORE_MASK 0x3 /* how to restore a signal befor
[all...]
/third_party/toybox/toys/pending/
H A Ddhcpd.c474 // Generic signal handler real handling is done in main funcrion.
478 if (write(sigfd.wr, &ch, 1) != 1) dbg("can't send signal\n"); in signal_handler()
481 // signal setup for SIGUSR1 SIGTERM
485 dbg("signal pipe failed\n"); in setup_signal()
492 signal(SIGUSR1, signal_handler); in setup_signal()
493 signal(SIGTERM, signal_handler); in setup_signal()
1707 if (FD_ISSET(sigfd.rd, &rfds)) { // Some Activity on RDFDs : is signal in dhcpd_main()
1710 dbg("signal read failed.\n"); in dhcpd_main()

Completed in 65 milliseconds

1...<<101102103104105106107108109110111