Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_072.c51 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 DIt_posix_pthread_107.c54 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 DIt_posix_pthread_089.c43 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 DIt_posix_pthread_088.c44 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 DIt_posix_pthread_072.cpp44 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 DIt_posix_pthread_107.cpp46 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 DIt_posix_pthread_013.c35 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 DIt_posix_pthread.h188 extern pthread_cond_t g_pthreadCondTest1;
H A DIt_posix_pthread.c47 pthread_cond_t g_pthreadCondTest1 = PTHREAD_COND_INITIALIZER; variable
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H A DIt_posix_pthread.h195 extern pthread_cond_t g_pthreadCondTest1;
H A Dposix_pthread_test.cpp46 pthread_cond_t g_pthreadCondTest1 = PTHREAD_COND_INITIALIZER; variable

Completed in 9 milliseconds