Searched refs:pthread_attr_setscope (Results 1 – 15 of 15) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_013.cpp | 39 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in Testcase() 42 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_177.cpp | 48 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase() 56 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
D | It_posix_pthread_176.cpp | 43 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
D | It_posix_pthread_175.cpp | 53 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
D | It_posix_pthread_044.cpp | 119 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_177.c | 55 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase() 63 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
D | It_posix_pthread_176.c | 50 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
D | It_posix_pthread_175.c | 60 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
D | It_posix_pthread_044.c | 124 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in Testcase()
|
/kernel/liteos_m/testsuites/unittest/xts/sched/ |
D | pthread_sched_api_test.c | 215 int rt = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); 218 …rt = pthread_attr_setscope(&attr, -GetRandom(10000)); /* 10000, common data for test, no special m… 221 …rt = pthread_attr_setscope(&attr, GetRandom(10000) + 2); /* 2, 10000, common data for test, no spe…
|
/kernel/liteos_m/testsuites/sample/posix/pthread/ |
D | It_posix_pthread_025.c | 43 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
/kernel/liteos_a/compat/posix/src/ |
D | pthread_attr.c | 90 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() function
|
/kernel/liteos_m/kal/posix/src/ |
D | pthread_attr.c | 90 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() function
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
D | It_posix_pthread.c | 160 ret = pthread_attr_setscope(&g_scenarii[i].ta, old); in ScenarInit()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
D | posix_pthread_test.cpp | 163 ret = pthread_attr_setscope(&g_scenarii[i].ta, old); in ScenarInit()
|