History log of /bionic/libc/bionic/__libc_current_sigrtmin.cpp
Revision Date Author Comments
6fcba93b17d52c22bf00211b8bf1524ef61bbcab 09-Feb-2018 Josh Gao <jmgao@google.com> Filter out reserved signals in functions that take sigset_t.

Prevent processes from blocking libc-reserved signals by filtering them
out.

Bug: http://b/73144101
Test: 32/64-bit bionic-unit-tests-glibc
Test: 32/64-bit bionic-unit-tests on taimen
Change-Id: Ibadcaa7f668ed8be885cc61b67fb4b611fce8b17
b8facf2aca530df01914f07c2c0693ff4319daaa 04-Dec-2017 Josh Gao <jmgao@google.com> Reformat SIGRTMIN comments.

Test: none
Change-Id: Ief1f0c06c17df6704863c8c7176941447f2e28f4
7ba2bed0b2597b59dcd3d99414bcfa1b559b0acc 26-Apr-2017 Elliott Hughes <enh@google.com> Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21.

Bug: https://github.com/android-ndk/ndk/issues/352
Test: built new NDK test
Change-Id: Iacebe574bbf693701949e038005a40ba6520d592
f8a6d4745daafb6aced5cdeb76325c719ca1374b 26-Oct-2016 Josh Gao <jmgao@google.com> Reserve a realtime signal for debuggerd.

Allocate __SIGRTMIN + 3 for triggering native stack dumps (like SIGQUIT
for Java processes).

Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I81d622fba32a651555268a8a2ba6721c61c93a58
0990d4fda898ada86e557f872f5cb7d16b138e3c 30-Apr-2014 Elliott Hughes <enh@google.com> Make SIGRTMIN hide the real-time signals we use internally.

__SIGRTMIN will continue to tell the truth. This matches glibc's
behavior (as evidenced by the fact that we don't need a special case
in the strsignal test now).

Change-Id: I1abe1681d516577afa8cd39c837ef12467f68dd2