Searched refs:__cv (Results 1 – 1 of 1) sorted by relevance
126 extern "C" int __ARM_TPL_condvar_wait(__ARM_TPL_condvar_t *__cv, __ARM_TPL_mutex_t *__m) in __ARM_TPL_condvar_wait() argument128 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_wait()136 extern "C" int __ARM_TPL_condvar_timedwait(__ARM_TPL_condvar_t *__cv, in __ARM_TPL_condvar_timedwait() argument140 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_timedwait()153 extern "C" int __ARM_TPL_condvar_signal(__ARM_TPL_condvar_t *__cv) in __ARM_TPL_condvar_signal() argument155 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_signal()161 extern "C" int __ARM_TPL_condvar_broadcast(__ARM_TPL_condvar_t *__cv) in __ARM_TPL_condvar_broadcast() argument163 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_broadcast()169 extern "C" int __ARM_TPL_condvar_destroy(__ARM_TPL_condvar_t *__cv) in __ARM_TPL_condvar_destroy() argument171 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_destroy()
Completed in 94 milliseconds