Searched refs:ptSelf (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/kernel_lite/sched_posix/src/ |
H A D | PthreadSchedApiTest.cpp | 315 pthread_t ptSelf = pthread_self();
in HWTEST_P() local 322 EXPECT_EQ(pthread_getschedparam(ptSelf, &policy, ¶m), 0);
in HWTEST_P() 331 int rt = pthread_setschedparam(ptSelf, policy, ¶m);
in HWTEST_P() 342 EXPECT_EQ(pthread_getschedparam(ptSelf, &policy, ¶m), 0);
in HWTEST_P() 359 rt = pthread_setschedparam(ptSelf, policy, ¶m);
in HWTEST_P() 368 pthread_t ptSelf = pthread_self();
in ThrdFuncForSetSchedParamTest() local 371 EXPECT_EQ(pthread_getschedparam(ptSelf, &policy, ¶m), 0);
in ThrdFuncForSetSchedParamTest() 380 rt = pthread_setschedparam(ptSelf, invalidPolicy[i], ¶m);
in ThrdFuncForSetSchedParamTest() 386 EXPECT_EQ(pthread_setschedparam(ptSelf, SCHED_RR, ¶m), EINVAL);
in ThrdFuncForSetSchedParamTest() 388 EXPECT_EQ(pthread_setschedparam(ptSelf, SCHED_R in ThrdFuncForSetSchedParamTest() 433 pthread_t ptSelf = pthread_self(); ThrdFuncForSetSchedPrioTest() local [all...] |
Completed in 1 milliseconds