Searched refs:_pthread_cond_timedwait (Results 1 – 1 of 1) sorted by relevance
338 rt_err_t _pthread_cond_timedwait(pthread_cond_t *cond, in _pthread_cond_timedwait() function447 RTM_EXPORT(_pthread_cond_timedwait);481 result = _pthread_cond_timedwait(cond, mutex, RT_WAITING_FOREVER); in pthread_cond_wait()537 result = _pthread_cond_timedwait(cond, mutex, timeout); in pthread_cond_timedwait()
Completed in 2 milliseconds