Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/sdbusplus/test/async/
H A Dtask.cpp58 static auto two(bool& caught) -> task<> in TEST()
66 caught = true; in TEST()
75 bool caught = false; in TEST() local
76 stdexec::sync_wait(_::two(caught)); in TEST()
77 EXPECT_TRUE(caught); in TEST()
/openbmc/qemu/
H A D.editorconfig10 # that aren't already caught by your existing config.
/openbmc/sdbusplus/docs/yaml/
H A Derror.md8 may be thrown or caught as appropriate. If the error is thrown from an interface
/openbmc/linux/fs/proc/
H A Darray.c267 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local
276 sigemptyset(&caught); in task_sig()
282 collect_sigign_sigcatch(p, &ignored, &caught); in task_sig()
300 render_sigset_t(m, "SigCgt:\t", &caught); in task_sig()
/openbmc/openbmc/poky/meta/recipes-support/libcheck/
H A Dlibcheck_0.15.2.bb5 segmentation faults or other signals can be caught. Test results are \
/openbmc/linux/sound/parisc/
H A Dharmony.c489 unsigned long caught; in snd_harmony_capture_pointer() local
498 caught = rcuradd - h->cbuf.addr; in snd_harmony_capture_pointer()
502 rcuradd, h->cbuf.addr, caught); in snd_harmony_capture_pointer()
509 return bytes_to_frames(rt, caught); in snd_harmony_capture_pointer()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch27 /* Assume failures will be caught by the write below */
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb16 as such) get caught, but not at the cost of an XS dependency and not at the \
/openbmc/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst26 overflows to be caught immediately rather than causing difficult to
64 with guard pages. This causes kernel stack overflows to be caught
H A Dpage_owner.rst53 are caught and marked, although they are mostly allocated from struct
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst25 from within the tasks we wish to freeze. While SIGSTOP cannot be caught,
27 SIGCONT is especially unsuitable since it can be caught by the task. Any
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.204.bb11 caught in an infinite loop. \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch92 Jack main caught signal 2
184 Jack main caught signal 2
/openbmc/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments44 synth until it has caught up with what is being printed on the
/openbmc/linux/Documentation/powerpc/
H A Dkasan.txt24 stack issues that cannot be caught with outline mode.
/openbmc/linux/arch/arm/mach-s3c/
H A DKconfig57 one bank to another to be caught, at the expense of using a little
/openbmc/qemu/docs/devel/testing/
H A Dblkverify.rst60 This error is caught by ``blkverify``::
/openbmc/linux/Documentation/arch/arm/
H A Dmemory.rst93 space are also caught via this mapping.
H A Dporting.rst107 of the mapped memory map) to be caught. Normally set to 8MB.
/openbmc/linux/Documentation/arch/x86/
H A Dbuslock.rst122 is exceeded then any task which is caught via the buslock #DB exception is
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst52 which isn't quite what happened and wouldn't be caught during the log replay.
/openbmc/docs/testing/
H A Dlocal-ci-build.md74 To only invoke the test suite and not get caught up the various analysis passes
/openbmc/linux/Documentation/trace/
H A Dmmiotrace.rst124 are not caught, since the mapping always exists and is returned directly.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.3.rst40 - curl: ensure all ptest failures are caught
/openbmc/linux/Documentation/process/
H A D4.Coding.rst232 automated way. Any problem caught by the computer is a problem which will
415 ensure that code which has not been updated is caught by the compiler.

123