Searched refs:g_currThreadPolicy (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_003.cpp | 37 static int g_currThreadPri, g_currThreadPolicy; variable 53 ICUNIT_GOTO_EQUAL(g_currThreadPolicy, policy, policy, EXIT); in ThreadFuncTest2() 90 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, ¶m); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
D | pthread_test_001.cpp | 33 static int g_currThreadPri, g_currThreadPolicy; variable 220 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, ¶m); in PthreadTest001() 231 pthread_attr_setschedpolicy(&a, g_currThreadPolicy); in PthreadTest001()
|
D | pthread_test_002.cpp | 33 static int g_currThreadPri, g_currThreadPolicy; variable 179 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, ¶m); in Testcase()
|
D | pthread_test_004.cpp | 33 static int g_currThreadPri, g_currThreadPolicy; variable 326 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, ¶m); in PthreadTest004()
|