Home
last modified time | relevance | path

Searched refs:Signals (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp347 static const int Signals[] = variable
349 static const unsigned NumSignals = std::size(Signals);
401 sigaction(Signals[i], &Handler, &PrevActions[i]); in installExceptionOrSignalHandlers()
408 sigaction(Signals[i], &PrevActions[i], nullptr); in uninstallExceptionOrSignalHandlers()
H A DCMakeLists.txt262 Signals.cpp
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
208 /// Signals that represent requested termination. There's no bug or failure, or
213 /// Signals that represent that we have a bug, and our prompt termination has
240 /// Signals that represent requests for status.
/openbsd-src/gnu/usr.bin/clang/libLLVMSupport/
H A DMakefile.shared110 Signals.cpp \
H A DMakefile111 Signals.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn173 "Signals.cpp",
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod422 =item Signals
451 See L<perlipc/"Signals"> for other examples of code to do this.
461 Signals are documented in L<perlipc/"Signals"> and the
462 section on "Signals" in the Camel.
554 handler for a blocking C<flock()> in L<perlipc/"Signals"> or the
555 section on "Signals" in I<Programming Perl>.
1066 handler, as documented in L<perlipc/"Signals"> and the section on
1067 "Signals" in the Camel. You may instead use the more flexible
1095 Use the reaper code from L<perlipc/"Signals"> t
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.plan970 =head2 Signals in Plan 9 Perl
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlipc.pod11 =head1 Signals chapter
40 dump - see L</Deferred Signals (Safe Signals)> below.
226 =head2 Deferred Signals (Safe Signals)
324 the C<Perl::Unsafe::Signals> module from CPAN, which affects
341 =item Signals as "faults"
353 =item Signals triggered by operating system state
1116 L</Deferred Signals (Safe Signals)> abov
[all...]
H A Dperl581delta.pod184 and L<perlipc/"Deferred Signals (Safe Signals)">.
H A Dperl5100delta.pod1390 L<perlipc/"Deferred Signals (Safe Signals)">). (Rafael)
H A Dperlrun.pod1380 L<perlipc/"Deferred Signals (Safe Signals)">.
H A Dperl58delta.pod43 Safe Signals
477 =head2 Safe Signals
H A Dperl5004delta.pod1576 L<perlipc/"Signals">. See also "Process terminated by SIGTERM/SIGINT"
H A Dperl5140delta.pod1063 in 5.8.0. Signals should still be dispatched within the same
4183 =head2 Signals section in Selected Bug Fixes
H A Dperldiag.pod3936 safely. (See L<perlipc/"Deferred Signals (Safe Signals)">.)
5537 L<perlipc/"Signals">. See also "Process terminated by SIGTERM/SIGINT"
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
9 // This file provides the Win32 specific implementation of the Signals class.
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat264 Perl::Unsafe::Signals
/openbsd-src/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake280 # AddressSanitizer conflicts with lib/Support/Unix/Signals.inc
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges666 * fix cpan #21239: Signals safe in Perl 5.8.0
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Drefcard.tex500 \sec Signals;
H A DChangeLog1954 * gdb.texinfo (Signals): Clarify the default setting of signal
2027 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst3782 * - lldb/unittests/Signals
/openbsd-src/gnu/lib/libreadline/doc/
H A Drltech.texinfo1234 Signals are asynchronous events sent to a process by the Unix kernel,
/openbsd-src/usr.sbin/nsd/doc/
H A DRELNOTES2101 - Signals are no longer blocked while performing I/O so the

12