Home
last modified time | relevance | path

Searched refs:currThreadPolicy (Results 1 - 12 of 12) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
H A Dpthread_mutex_test_003.cpp43 int currThreadPri, currThreadPolicy; in ThreadFuncTest3() local
53 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in ThreadFuncTest3()
80 int currThreadPri, currThreadPolicy; in Testcase() local
88 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in Testcase()
102 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
109 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
116 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
122 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
128 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
134 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
[all...]
H A Dpthread_mutex_test_002.cpp72 int currThreadPri, currThreadPolicy; in Testcase() local
81 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in Testcase()
100 pthread_attr_setschedpolicy(&a, currThreadPolicy); in Testcase()
H A Dpthread_mutex_test_017.cpp78 int currThreadPri, currThreadPolicy; in TestCase() local
93 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in TestCase()
103 pthread_attr_setschedpolicy(&a, currThreadPolicy); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_010.cpp41 int currThreadPolicy; in ThreadFuncTest0() local
42 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in ThreadFuncTest0()
59 int currThreadPri, currThreadPolicy; in Testcase() local
62 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in Testcase()
H A Dpthread_test_025.cpp41 int currThreadPolicy; in ChildProcess() local
57 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &hpfparam); in ChildProcess()
H A Dpthread_test_024.cpp41 int ret, currThreadPolicy; in ChildProcess() local
53 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &hpfparam); in ChildProcess()
H A Dpthread_test_006.cpp91 int currThreadPri, currThreadPolicy; in Testcase() local
93 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in Testcase()
/kernel/liteos_a/testsuites/unittest/net/socket/
H A Dnet_socket_test.cpp44 int currThreadPolicy, ret; in SetUpTestCase() local
45 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in SetUpTestCase()
/kernel/liteos_a/testsuites/unittest/basic/exc/smoke/
H A Dit_test_exc_002.cpp56 int currThreadPolicy = 3; in TestThread() local
67 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in TestThread()
H A Dit_test_exc_003.cpp60 int currThreadPolicy = 3; in TestThread() local
66 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in TestThread()
/kernel/liteos_a/testsuites/unittest/net/netdb/
H A Dnet_netdb_test.cpp44 int currThreadPolicy, ret; in SetUpTestCase() local
45 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in SetUpTestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/
H A Dprocess_pthread_test.cpp44 int currThreadPolicy, ret; in SetUpTestCase() local
45 ret = pthread_getschedparam(pthread_self(), &currThreadPolicy, &param); in SetUpTestCase()

Completed in 4 milliseconds