Home
last modified time | relevance | path

Searched refs:g_currThreadPolicy (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_test_003.cpp37 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, &param); in Testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_001.cpp33 static int g_currThreadPri, g_currThreadPolicy; variable
220 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, &param); in PthreadTest001()
231 pthread_attr_setschedpolicy(&a, g_currThreadPolicy); in PthreadTest001()
Dpthread_test_002.cpp33 static int g_currThreadPri, g_currThreadPolicy; variable
179 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, &param); in Testcase()
Dpthread_test_004.cpp33 static int g_currThreadPri, g_currThreadPolicy; variable
326 ret = pthread_getschedparam(pthread_self(), &g_currThreadPolicy, &param); in PthreadTest004()