| /kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
| D | pthread_once_test_001.cpp | 83 int curThreadPri, curThreadPolicy; in Testcase() local 89 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in Testcase()
|
| D | pthread_atfork_test_002.cpp | 143 int curThreadPri, curThreadPolicy; in Testcase() local 147 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in Testcase()
|
| D | pthread_atfork_test_001.cpp | 150 int curThreadPri, curThreadPolicy; in Testcase() local 154 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in Testcase()
|
| /kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
| D | process_test_012.cpp | 80 int curThreadPri, curThreadPolicy; in ThreadFunc() local 83 int ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in ThreadFunc()
|
| /kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
| D | pthread_test_004.cpp | 63 int curThreadPri, curThreadPolicy; in ThreadFunc7() local 68 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in ThreadFunc7() 98 int curThreadPri, curThreadPolicy; in ThreadFunc5() local 103 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in ThreadFunc5()
|
| D | pthread_test_001.cpp | 149 int curThreadPri, curThreadPolicy; in ThreadFunc() local 155 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in ThreadFunc()
|
| /kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/ |
| D | shm_test_001.cpp | 133 int curThreadPri, curThreadPolicy; in Testcase() local 141 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in Testcase()
|
| /kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/ |
| D | pthread_spinlock_test_001.cpp | 135 int curThreadPri, curThreadPolicy; in Testcase() local 143 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in Testcase()
|
| /kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/ |
| D | pthread_rwlock_test_001.cpp | 228 int curThreadPri, curThreadPolicy; in Testcase() local 236 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in Testcase()
|
| /kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/ |
| D | pthread_rwlock_test_002.cpp | 228 int curThreadPri, curThreadPolicy; in PthreadRwlockTest() local 236 ret = pthread_getschedparam(pthread_self(), &curThreadPolicy, ¶m); in PthreadRwlockTest()
|
| /kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
| D | It_posix_pthread_057.cpp | 97 int curThreadPri, curThreadPolicy; in Testcase() local
|