Searched refs:g_th (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_008.cpp | 34 static pthread_t g_th; variable 50 ret = pthread_join(g_th, NULL); in PthreadFunc1115() 63 ret = pthread_join(g_th, NULL); in PthreadFunc2115() 76 ret = pthread_detach(g_th); in PthreadFunc3115() 96 pthread_create(&g_th, &attr, PthreadTest115, NULL); in Testcase() 102 ret = pthread_join(g_th, NULL); in Testcase()
|
H A D | pthread_test_007.cpp | 34 static pthread_t g_th; variable 50 ret = pthread_join(g_th, NULL); in PthreadFunc1115() 63 ret = pthread_join(g_th, NULL); in PthreadFunc2115() 76 ret = pthread_join(g_th, NULL); in PthreadFunc3115() 96 pthread_create(&g_th, &attr, PthreadTest115, NULL); in Testcase() 102 ret = pthread_join(g_th, NULL); in Testcase()
|
H A D | pthread_test_009.cpp | 33 static pthread_t g_th; variable 37 int ret = pthread_detach(g_th); in PthreadTest115() 51 pthread_create(&g_th, &attr, PthreadTest115, NULL); in Testcase()
|
Completed in 1 milliseconds