【openHarmony开源贡献者计划2022】18691361562@163.com
Signed-off-by: leibanli <18691361562@163.com>
This commit is contained in:
parent
71e51d8813
commit
c2f9f6705f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue