Home
last modified time | relevance | path

Searched refs:signame (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/test/
H A Dsignalinterproctester.py25 def wait_signal(self, child, signame):
35 if self.got_signals[signame]:
40 % (signame, timeout))
42 def subprocess_send_signal(self, pid, signame):
43 code = 'import os, signal; os.kill(%s, signal.%s)' % (pid, signame)
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c186 gcp->signame = sig_names[isig]; in signal_handler()
188 vprint("signal hander entered for sig %s\n", gcp->signame); in signal_handler()
199 gcp->program_name, gcp->signame); in signal_handler()
261 vprint("%s: wakened by signal %s\n", __FUNCTION__, glctx.signame); in wait_for_signal()
314 printf("Signal %s @ 0x%lx - %s\n", gcp->signame, badaddr, sigcode); in show_siginfo()
H A Dmemtoy.h48 char *signame; /* name of signal, if any */ member
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c660 char *signame; in main() member
719 sig_info[i].signame); in main()
/third_party/curl/tests/
H A Dsecureserver.pl88 my $signame = shift;
H A Dftpserver.pl207 my $signame = shift;
H A Druntests.pl254 my $signame = shift;
255 print "runtests.pl received SIG$signame, exiting\r\n";
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c170 char *signame; in main() member
H A Dshmat1.c404 char *signame; /* name of the signal to be handled. */ in main() member
/third_party/toybox/lib/
H A Dportability.h344 struct signame { struct
H A Dportability.c406 static const struct signame signames[] = {
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c1018 PA_STATIC_TLS_DECLARE(signame, pa_xfree);
1037 pa_xfree(PA_STATIC_TLS_GET(signame)); in pa_sig2str()
1039 PA_STATIC_TLS_SET(signame, t); in pa_sig2str()
1131 pa_xfree(PA_STATIC_TLS_GET(signame)); in pa_sig2str()
1133 PA_STATIC_TLS_SET(signame, t); in pa_sig2str()
1142 pa_xfree(PA_STATIC_TLS_GET(signame)); in pa_sig2str()
1144 PA_STATIC_TLS_SET(signame, t); in pa_sig2str()
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c288 issue_dbus_signal(struct lws *wsi, const char *signame, const char *string) in issue_dbus_signal() argument
297 m = dbus_message_new_signal(THIS_OBJECT, THIS_INTERFACE, signame); in issue_dbus_signal()
/third_party/python/Lib/test/support/
H A D__init__.py1905 for signame in ('SIGKILL', 'SIGSTOP'):
1907 signum = getattr(signal, signame)
/third_party/python/Lib/
H A Dsubprocess.py1762 for signame in ('SIGPIPE', 'SIGXFZ', 'SIGXFSZ'):
1763 signum = getattr(signal, signame, None)

Completed in 22 milliseconds