Thread (61 messages) 61 messages, 4 authors, 2021-03-09

Re: [igt-dev] [PATCH i-g-t v21 08/35] lib/intel_allocator: Add intel_allocator core

From: Chris Wilson <hidden>
Date: 2021-03-04 16:23:58

Quoting Zbigniew Kempczyński (2021-03-01 16:13:36)
+static void kill_children(int sig)
+{
Might as well do

sighandler_t old = signal(sig, SIG_IGN);
+       signal(sig, SIG_IGN);
+       kill(-getpgrp(), sig);
+       signal(sig, SIG_DFL);
signal(sig, old);

to reduce the assumptions.
+}
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help