Searched refs:g_pthreadCondTest1 (Results 1 - 11 of 11) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_072.c | 51 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in PthreadF01() 69 g_pthreadCondTest1 = (pthread_cond_t)PTHREAD_COND_INITIALIZER; in Testcase() 81 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase() 84 rc = pthread_cond_broadcast(&g_pthreadCondTest1); in Testcase() 90 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
H A D | It_posix_pthread_107.c | 54 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in PthreadF01() 77 rc = pthread_cond_signal(&g_pthreadCondTest1); in PthreadF02() 102 pthread_cond_init(&g_pthreadCondTest1, NULL); in Testcase() 123 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
H A D | It_posix_pthread_089.c | 43 rc = pthread_cond_broadcast(&g_pthreadCondTest1); in PthreadSignalHandlerF01() 77 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in PthreadF01() 138 g_pthreadCondTest1 = (pthread_cond_t)PTHREAD_COND_INITIALIZER; in Testcase() 176 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
H A D | It_posix_pthread_088.c | 44 rc = pthread_cond_signal(&g_pthreadCondTest1); in PthreadSignalHandlerF01() 78 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in PthreadF01() 133 g_pthreadCondTest1 = (pthread_cond_t)PTHREAD_COND_INITIALIZER; in Testcase() 173 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_072.cpp | 44 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in pthread_f01() 62 g_pthreadCondTest1 = (pthread_cond_t)PTHREAD_COND_INITIALIZER; in Testcase() 74 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase() 77 rc = pthread_cond_broadcast(&g_pthreadCondTest1); in Testcase() 83 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
H A D | It_posix_pthread_107.cpp | 46 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in pthread_f01() 71 rc = pthread_cond_signal(&g_pthreadCondTest1); in pthread_f02() 94 pthread_cond_init(&g_pthreadCondTest1, NULL); /* �����߳�ʱ��Ϊ������״̬��������ֲ */ in Testcase() 116 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
/kernel/liteos_m/testsuites/sample/posix/pthread/ |
H A D | It_posix_pthread_013.c | 35 static pthread_cond_t g_pthreadCondTest1 = PTHREAD_COND_INITIALIZER; variable 49 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in PthreadF01() 71 rc = pthread_cond_signal(&g_pthreadCondTest1); in PthreadF02() 96 pthread_cond_init(&g_pthreadCondTest1, NULL); in Testcase() 115 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
H A D | It_posix_pthread.h | 188 extern pthread_cond_t g_pthreadCondTest1;
|
H A D | It_posix_pthread.c | 47 pthread_cond_t g_pthreadCondTest1 = PTHREAD_COND_INITIALIZER; variable
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
H A D | It_posix_pthread.h | 195 extern pthread_cond_t g_pthreadCondTest1;
|
H A D | posix_pthread_test.cpp | 46 pthread_cond_t g_pthreadCondTest1 = PTHREAD_COND_INITIALIZER; variable
|
Completed in 9 milliseconds