Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c203 STATIC INT32 PthreadCondWaitSub(pthread_cond_t *cond, INT32 value, UINT32 ticks) in PthreadCondWaitSub() function
287 ret = PthreadCondWaitSub(cond, oldValue, absTicks); in pthread_cond_timedwait()
326 ret = PthreadCondWaitSub(cond, oldValue, LOS_WAIT_FOREVER); in pthread_cond_wait()

Completed in 1 milliseconds