Home
last modified time | relevance | path

Searched refs:__vcv (Results 1 – 1 of 1) sorted by relevance

/components/libc/cplusplus/cpp11/armclang/
A Dcondvar.cpp111 if (__vcv->data == 0) in check_create()
128 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_wait() local
129 if (check_create(__vcv) != 0) in __ARM_TPL_condvar_wait()
140 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_timedwait() local
141 if (check_create(__vcv) != 0) in __ARM_TPL_condvar_timedwait()
155 volatile __ARM_TPL_condvar_t *__vcv = __cv; in __ARM_TPL_condvar_signal() local
156 if (__vcv->data != 0) in __ARM_TPL_condvar_signal()
164 if (__vcv->data != 0) in __ARM_TPL_condvar_broadcast()
172 if (__vcv->data != 0) in __ARM_TPL_condvar_destroy()
174 delete (arm_tpl_cv *) __vcv->data; in __ARM_TPL_condvar_destroy()
[all …]

Completed in 3 milliseconds