Searched refs:g_pthreadScopeValue (Results 1 - 11 of 11) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_177.c | 54 g_pthreadScopeValue = PTHREAD_SCOPE_PROCESS; in Testcase() 55 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase() 62 g_pthreadScopeValue = PTHREAD_SCOPE_SYSTEM; in Testcase() 63 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
H A D | It_posix_pthread_175.c | 54 g_pthreadScopeValue = PTHREAD_SCOPE_PROCESS; in Testcase() 60 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase() 68 ICUNIT_ASSERT_EQUAL(cscope, g_pthreadScopeValue, cscope); in Testcase()
|
H A D | It_posix_pthread_176.c | 45 g_pthreadScopeValue = 999; // 999, init in Testcase() 50 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_177.cpp | 47 g_pthreadScopeValue = PTHREAD_SCOPE_SYSTEM; in Testcase() 48 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase() 55 g_pthreadScopeValue = PTHREAD_SCOPE_PROCESS; in Testcase() 56 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
H A D | It_posix_pthread_175.cpp | 47 g_pthreadScopeValue = PTHREAD_SCOPE_PROCESS; in Testcase() 53 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase() 61 ICUNIT_ASSERT_EQUAL(cscope, g_pthreadScopeValue, cscope); in Testcase()
|
H A D | It_posix_pthread_176.cpp | 38 g_pthreadScopeValue = 999; in Testcase() 43 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
/kernel/liteos_m/testsuites/sample/posix/pthread/ |
H A D | It_posix_pthread_025.c | 38 INT32 g_pthreadScopeValue = 999; // 999, init in Testcase() local 43 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
H A D | It_posix_pthread.h | 197 extern INT32 g_pthreadScopeValue;
|
H A D | It_posix_pthread.c | 56 INT32 g_pthreadScopeValue = 0; variable
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
H A D | It_posix_pthread.h | 205 extern INT32 g_pthreadScopeValue;
|
H A D | posix_pthread_test.cpp | 56 INT32 g_pthreadScopeValue = 0; variable
|
Completed in 7 milliseconds