diff options
| author | William A. Kennington III <wak@google.com> | 2018-11-02 17:25:36 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-11-02 17:57:07 -0700 |
| commit | 9c97d2c4ef34256817fd39bdbaecdfafda4080df (patch) | |
| tree | 78f0751f881ef74e6211cd1541ce965c307c4763 /test/placeholder.cpp | |
| parent | 4460f26c1182f412b5ab07f093a0f078191995ef (diff) | |
| download | stdplus-9c97d2c4ef34256817fd39bdbaecdfafda4080df.tar.gz stdplus-9c97d2c4ef34256817fd39bdbaecdfafda4080df.zip | |
signal: Add idempotent block function
This makes it trivial to block individual signals from being handled by
a thread. Useful when tryng to set up signal handling in event loops.
Tested:
Builds and passes unit tests.
Change-Id: I61739debe2a47ec0ec3e767cf138125c6f59165f
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'test/placeholder.cpp')
| -rw-r--r-- | test/placeholder.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/placeholder.cpp b/test/placeholder.cpp deleted file mode 100644 index 782277f..0000000 --- a/test/placeholder.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include <gtest/gtest.h> - -TEST(PlaceholderTest, None) -{ -} |

