fix time mould-kernel:fix 2 api clock_gettime、clock_getres
Change-Id: I260e47c895ced01e033ef8a824744e574887c9f5
This commit is contained in:
@@ -293,4 +293,36 @@ HWTEST_F(ProcessMutexTest, ItTestPthreadMutex022, TestSize.Level0)
|
||||
ItTestPthreadMutex022();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: it_test_pthread_mutex_023
|
||||
* @tc.desc: function for test mutexattr robust
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000E0QAB
|
||||
*/
|
||||
HWTEST_F(ProcessMutexTest, ItTestPthreadMutex023, TestSize.Level0)
|
||||
{
|
||||
ItTestPthreadMutex023();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: it_test_pthread_mutex_024
|
||||
* @tc.desc: function for test mutexattr robust:error return value
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000E0QAB
|
||||
*/
|
||||
HWTEST_F(ProcessMutexTest, ItTestPthreadMutex024, TestSize.Level0)
|
||||
{
|
||||
ItTestPthreadMutex024();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: it_test_pthread_mutex_025
|
||||
* @tc.desc: test mutexattr robust:robustness product deadlock is not set
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000E0QAB
|
||||
*/
|
||||
HWTEST_F(ProcessMutexTest, ItTestPthreadMutex025, TestSize.Level0)
|
||||
{
|
||||
ItTestPthreadMutex025();
|
||||
}
|
||||
} // namespace OHOS
|
||||
|
||||
Reference in New Issue
Block a user