Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_087.c54 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in PthreadF01()
H A DIt_posix_pthread_082.c57 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in PthreadF01()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_087.cpp50 rc = pthread_cond_timedwait(&g_td.cond, &g_td.mutex, &timeout); in pthread_f01()
H A DIt_posix_pthread_082.cpp51 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 Dpthread_cond_test_003.cpp49 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func001()
H A Dpthread_cond_test_004.cpp49 ret = pthread_cond_timedwait(&g_pthread_cond, &g_pthread_mutex, &ts); in pthread_cond_func002()
/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c249 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 Dpthread_cond.c266 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 Dpthread_func_test.c307 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 Dpthread_cond_func_test.c324 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 Dlatency-collector.c427 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