Searched refs:g_pthread_cond (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_cond_test_003.cpp | 33 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 D | pthread_cond_test_004.cpp | 32 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 D | pthread_func_test.c | 291 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 D | pthread_cond_func_test.c | 308 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