Home
last modified time | relevance | path

Searched refs:SIG (Results 1 – 25 of 64) sorted by relevance

123

/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress02.c45 #define CATCH_SIG(SIG) \ argument
46 if (sigaction(SIG, &sa, 0) == -1) { \
47 ERROR("couldn't catch signal " #SIG); \
Dmmapstress05.c77 #define CATCH_SIG(SIG) \ argument
78 if (sigaction(SIG, &sa, 0) == -1) { \
79 ERROR("couldn't catch signal " #SIG); \
Dmmapstress07.c53 #define CATCH_SIG(SIG) \ argument
54 if (sigaction(SIG, &sa, 0) == -1) { \
55 ERROR("couldn't catch signal " #SIG); \
/third_party/ltp/testcases/open_posix_testsuite/bin/
Drun-posix-option-group-test.sh15 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS]
36 SIG)
Drun-all-posix-option-group-tests.sh13 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
/third_party/curl/tests/
Dsecureserver.pl275 $SIG{INT} = \&exit_signal_handler;
276 $SIG{TERM} = \&exit_signal_handler;
Dftpserver.pl284 local $SIG{ALRM} = sub { die "alarm\n"; };
2569 local $SIG{ALRM} = sub { die "alarm\n" };
3043 $SIG{INT} = \&exit_signal_handler;
3044 $SIG{TERM} = \&exit_signal_handler;
/third_party/mksh/
Dcheck.pl352 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs;
354 $SIG{'ALRM'} = 'catch_sigalrm';
411 $SIG{$sig} = 'DEFAULT';
421 $SIG{'ALRM'} = 'catch_sigalrm';
558 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs;
559 $SIG{'ALRM'} = 'DEFAULT';
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java42 public static final int SIG = 10; field in APIInfo
113 public void setSignature(String val) { setType(SIG, val); } in setSignature()
139 public String getSignature() { return get(SIG, true); } in getSignature()
173 case SIG: return sig; in get()
211 case SIG: sig = val; break; in setType()
DCheckAPI.java94 private static final int SIG = 10; field in CheckAPI
125 case SIG: return sig; in get()
147 case SIG: sig = val; break; in setType()
337 setType(SIG, fdoc.type().toString()); in read()
364 setType(SIG, buf.toString()); in read()
376 setType(SIG, mdoc.returnType().toString() + emdoc.signature()); in read()
379 setType(SIG, emdoc.signature()); in read()
/third_party/python/Lib/distutils/
DREADME7 The Distutils-SIG web page is also a good starting point:
/third_party/openssl/test/recipes/
D80-test_ca.t62 local $SIG{PIPE} = "IGNORE";
/third_party/python/Mac/PythonLauncher/English.lproj/
DCredits.rtf19 Pythonmac-SIG@python.org\
/third_party/openssl/external/perl/Text-Template-1.46/t/
D02-hash.t67 local $SIG{__WARN__} = sub {$WARNINGS++};
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/
DGLX_OML_swap_method.txt15 Complete. Approved by the Khronos SIG on July 19, 2001.
DOML_interlace.txt15 Complete. Approved by the Khronos SIG on July 19, 2001.
/third_party/openGLES/extensions/OML/
DGLX_OML_swap_method.txt15 Complete. Approved by the Khronos SIG on July 19, 2001.
DOML_interlace.txt15 Complete. Approved by the Khronos SIG on July 19, 2001.
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java334 SIG("Silte Gurage", "xst"), enumConstant
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java334 SIG("Silte Gurage", "xst"), enumConstant
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests96 SIG | Signals
/third_party/openssl/
DConfigure24 my $orig_death_handler = $SIG{__DIE__};
25 $SIG{__DIE__} = \&death_handler;
2824 $SIG{__DIE__} = $orig_death_handler;
2881 $SIG{__DIE__} = $orig_death_handler;
/third_party/openssl/util/perl/TLSProxy/
DProxy.pm379 local $SIG{PIPE} = "IGNORE";
/third_party/toybox/lib/
Dportability.c404 #define SIGNIFY(x) {SIG##x, #x}
/third_party/python/Doc/library/
Dsignal.rst68 signal (SIG*), handler (:const:`SIG_DFL`, :const:`SIG_IGN`) and sigmask
198 .. data:: SIG*
539 ``SIG*`` module level constant.

123