提交 c2f9f670 编写于 作者: L leibanli

【openHarmony开源贡献者计划2022】18691361562@163.com

Signed-off-by: Nleibanli <18691361562@163.com>
上级 71e51d88
......@@ -49,7 +49,6 @@ static void *ThreadSetFunc2(void *arg)
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
retValue = sigaddset(&set, SIGUSR1);
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
int count;
retValue = sigwait(&set, &sig);
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
......@@ -67,7 +66,6 @@ static void *ThreadSetDfl(void *arg)
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
retValue = sigaddset(&set, SIGUSR1);
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
int count;
retValue = sigwait(&set, &sig);
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
......@@ -85,7 +83,6 @@ static void *ThreadKill(void *arg)
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
retValue = sigaddset(&set, SIGUSR1);
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
int count;
retValue = sigwait(&set, &sig);
ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册