Searched refs:pthread_cond_timedwait (Results 1 - 11 of 11) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_087.c | 54 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in PthreadF01()
|
H A D | It_posix_pthread_082.c | 57 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in PthreadF01()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_087.cpp | 50 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in pthread_f01()
|
H A D | It_posix_pthread_082.cpp | 51 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in pthread_f01()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_cond_test_003.cpp | 49 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func001()
|
H A D | pthread_cond_test_004.cpp | 49 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func002()
|
/kernel/liteos_a/compat/posix/src/ |
H A D | pthread_cond.c | 249 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() function
|
/kernel/liteos_m/kal/posix/src/ |
H A D | pthread_cond.c | 266 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() function
|
/kernel/liteos_m/testsuites/sample/posix/ |
H A D | pthread_func_test.c | 307 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in PthreadCondFunc001() 424 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in PthreadCondFunc002()
|
/kernel/liteos_m/testsuites/unittest/posix/src/pthread/ |
H A D | pthread_cond_func_test.c | 324 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func001() 442 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func002()
|
/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 427 errno = pthread_cond_timedwait(cond, mutex, abstime); in cond_timedwait() 429 err(EXIT_FAILURE, "pthread_cond_timedwait() failed"); in cond_timedwait()
|
Completed in 9 milliseconds