Home
last modified time | relevance | path

Searched refs:g_pthread_cond (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_cond_test_003.cpp33 static pthread_cond_t g_pthread_cond; variable
49 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func001()
96 ret = pthread_cond_broadcast(&g_pthread_cond); in pthread_f06()
123 ret = pthread_cond_init(&g_pthread_cond, NULL); in TestCase()
H A Dpthread_cond_test_004.cpp32 static pthread_cond_t g_pthread_cond; variable
49 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func002()
115 ret = pthread_cond_init(&g_pthread_cond, NULL); in TestCase()
/kernel/liteos_m/testsuites/sample/posix/
H A Dpthread_func_test.c291 static pthread_cond_t g_pthread_cond; variable
307 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in PthreadCondFunc001()
355 ret = pthread_cond_broadcast(&g_pthread_cond); in PthreadFunc06()
387 ret = pthread_cond_init(&g_pthread_cond, NULL);
424 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in PthreadCondFunc002()
496 ret = pthread_cond_init(&g_pthread_cond, NULL);
/kernel/liteos_m/testsuites/unittest/posix/src/pthread/
H A Dpthread_cond_func_test.c308 static pthread_cond_t g_pthread_cond; variable
324 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func001()
372 ret = pthread_cond_broadcast(&g_pthread_cond); in pthread_f06()
404 ret = pthread_cond_init(&g_pthread_cond, NULL);
442 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func002()
514 ret = pthread_cond_init(&g_pthread_cond, NULL);

Completed in 3 milliseconds