Home
last modified time | relevance | path

Searched refs:g_pthreadScopeValue (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_177.c54 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 DIt_posix_pthread_175.c54 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 DIt_posix_pthread_176.c45 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 DIt_posix_pthread_177.cpp47 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 DIt_posix_pthread_175.cpp47 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 DIt_posix_pthread_176.cpp38 g_pthreadScopeValue = 999; in Testcase()
43 ret = pthread_attr_setscope(&attr, g_pthreadScopeValue); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_025.c38 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 DIt_posix_pthread.h197 extern INT32 g_pthreadScopeValue;
H A DIt_posix_pthread.c56 INT32 g_pthreadScopeValue = 0; variable
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H A DIt_posix_pthread.h205 extern INT32 g_pthreadScopeValue;
H A Dposix_pthread_test.cpp56 INT32 g_pthreadScopeValue = 0; variable

Completed in 7 milliseconds