Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
2695f920
Commit
2695f920
authored
Sep 24, 2015
by
Marcin Siodelski
Browse files
[4065] Added test description in the thread.cc
parent
76b630b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/threads/tests/thread_unittest.cc
View file @
2695f920
...
...
@@ -108,12 +108,13 @@ TEST(ThreadTest, exception) {
}
}
// Returns signal mask set for a thread.
void
getSignalMask
(
sigset_t
*
mask
)
{
pthread_sigmask
(
SIG_SETMASK
,
0
,
mask
);
}
// Verify that all signals are blocked
// Verify that all signals are blocked
.
TEST
(
ThreadTest
,
sigmask
)
{
sigset_t
mask
;
sigemptyset
(
&
mask
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment