/third_party/python/Python/ |
D | condvar.h | 138 PyCOND_INIT(PyCOND_T *cv) in PyCOND_INIT() 152 PyCOND_FINI(PyCOND_T *cv) in PyCOND_FINI() 161 _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms) in _PyCOND_WAIT_MS() 192 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) in PyCOND_WAIT() 199 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us) in PyCOND_TIMEDWAIT() 205 PyCOND_SIGNAL(PyCOND_T *cv) in PyCOND_SIGNAL() 223 PyCOND_BROADCAST(PyCOND_T *cv) in PyCOND_BROADCAST() 264 PyCOND_INIT(PyCOND_T *cv) in PyCOND_INIT() 270 PyCOND_FINI(PyCOND_T *cv) in PyCOND_FINI() 276 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) in PyCOND_WAIT() [all …]
|
/third_party/grpc/src/core/lib/gpr/ |
D | sync_abseil.cc | 71 void gpr_cv_init(gpr_cv* cv) { in gpr_cv_init() 77 void gpr_cv_destroy(gpr_cv* cv) { in gpr_cv_destroy() 81 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) { in gpr_cv_wait() 98 void gpr_cv_signal(gpr_cv* cv) { in gpr_cv_signal() 103 void gpr_cv_broadcast(gpr_cv* cv) { in gpr_cv_broadcast()
|
D | sync_posix.cc | 94 void gpr_cv_init(gpr_cv* cv) { in gpr_cv_init() 110 void gpr_cv_destroy(gpr_cv* cv) { in gpr_cv_destroy() 119 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) { in gpr_cv_wait() 147 void gpr_cv_signal(gpr_cv* cv) { in gpr_cv_signal() 155 void gpr_cv_broadcast(gpr_cv* cv) { in gpr_cv_broadcast()
|
D | sync_windows.cc | 62 void gpr_cv_init(gpr_cv* cv) { InitializeConditionVariable(cv); } in gpr_cv_init() 64 void gpr_cv_destroy(gpr_cv* cv) { in gpr_cv_destroy() 68 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) { in gpr_cv_wait() 97 void gpr_cv_signal(gpr_cv* cv) { WakeConditionVariable(cv); } in gpr_cv_signal() 99 void gpr_cv_broadcast(gpr_cv* cv) { WakeAllConditionVariable(cv); } in gpr_cv_broadcast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | mutex.h | 46 MARL_NO_EXPORT inline void wait_locked(std::condition_variable& cv, in wait_locked() 55 MARL_NO_EXPORT inline bool wait_until_locked(std::condition_variable& cv, in wait_until_locked() 80 inline void wait(std::condition_variable& cv, Predicate&& p) { in wait() 86 inline bool wait_until(std::condition_variable& cv, in wait_until()
|
/third_party/boost/libs/fiber/test/ |
D | test_condition_variable_any_post.cpp | 201 void fn1( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn1() 213 void fn2( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn2() 247 void fn3( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn3() 269 void fn4( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn4() 290 void fn5( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn5() 317 boost::fibers::condition_variable_any cv; in do_test_condition_wait() local 341 boost::fibers::condition_variable_any cv; in do_test_condition_wait_until() local 379 boost::fibers::condition_variable_any cv; in do_test_condition_wait_until_pred() local 417 boost::fibers::condition_variable_any cv; in do_test_condition_wait_for() local 455 boost::fibers::condition_variable_any cv; in do_test_condition_wait_for_pred() local
|
D | test_condition_variable_any_dispatch.cpp | 201 void fn1( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn1() 213 void fn2( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn2() 247 void fn3( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn3() 269 void fn4( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn4() 290 void fn5( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn5() 317 boost::fibers::condition_variable_any cv; in do_test_condition_wait() local 341 boost::fibers::condition_variable_any cv; in do_test_condition_wait_until() local 379 boost::fibers::condition_variable_any cv; in do_test_condition_wait_until_pred() local 417 boost::fibers::condition_variable_any cv; in do_test_condition_wait_for() local 455 boost::fibers::condition_variable_any cv; in do_test_condition_wait_for_pred() local
|
D | test_condition_variable_post.cpp | 199 void fn1( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn1() 210 void fn2( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn2() 243 void fn3( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn3() 264 void fn4( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn4() 284 void fn5( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn5() 310 boost::fibers::condition_variable cv; in do_test_condition_wait() local 334 boost::fibers::condition_variable cv; in do_test_condition_wait_until() local 372 boost::fibers::condition_variable cv; in do_test_condition_wait_until_pred() local 410 boost::fibers::condition_variable cv; in do_test_condition_wait_for() local 448 boost::fibers::condition_variable cv; in do_test_condition_wait_for_pred() local
|
D | test_condition_variable_dispatch.cpp | 199 void fn1( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn1() 210 void fn2( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn2() 243 void fn3( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn3() 264 void fn4( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn4() 284 void fn5( boost::fibers::mutex & m, boost::fibers::condition_variable & cv) { in fn5() 310 boost::fibers::condition_variable cv; in do_test_condition_wait() local 334 boost::fibers::condition_variable cv; in do_test_condition_wait_until() local 372 boost::fibers::condition_variable cv; in do_test_condition_wait_until_pred() local 410 boost::fibers::condition_variable cv; in do_test_condition_wait_for() local 448 boost::fibers::condition_variable cv; in do_test_condition_wait_for_pred() local
|
/third_party/boost/libs/callable_traits/test/ |
D | has_member_qualifiers_simple.cpp | 33 using cv = void(foo::*)() const volatile; in main() typedef 45 struct cv { int operator()() const volatile { return 0; } }; in main() struct
|
D | add_member_lvalue_reference.cpp | 31 using cv = void(foo::*)() const volatile; in main() typedef 60 using cv = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile; in main() typedef 89 using cv = void(...) const volatile; in main() typedef 119 using cv = void(...) const volatile transaction_safe; in main() typedef 151 using cv = void(...) const volatile noexcept; in main() typedef 183 using cv = void(...) const volatile transaction_safe noexcept; in main() typedef
|
D | add_member_rvalue_reference.cpp | 31 using cv = void(foo::*)() const volatile; in main() typedef 60 using cv = void(foo::*)() const volatile; in main() typedef 89 using cv = void(foo::*)(...) const volatile; in main() typedef 118 using cv = void(foo::*)() const volatile; in main() typedef 147 using cv = void() const volatile; in main() typedef
|
D | has_varargs.cpp | 40 using cv = void(foo::*)() const volatile; in main() typedef 76 using cv = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile; in main() typedef 104 struct cv { int operator()() const volatile { return 0; } }; in main() struct 132 struct cv { int operator()(...) const volatile { return 0; } }; in main() argument 162 using cv = void() const volatile; in main() typedef 190 using cv = void(...) const volatile; in main() typedef
|
D | remove_member_const.cpp | 29 using cv = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile; in main() typedef 57 using cv = foo const & (foo::*)(int, int) const volatile; in main() typedef 87 using cv = void() const volatile; in main() typedef
|
D | add_member_const.cpp | 27 using cv = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile; in main() typedef 55 using cv = void(foo::*)(int, int) const volatile; in main() typedef 85 using cv = void() const volatile; in main() typedef
|
D | add_member_cv.cpp | 27 using cv = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile; in main() typedef 55 using cv = void(foo::*)(int, int) const volatile; in main() typedef 85 using cv = void() const volatile; in main() typedef
|
D | is_const_member.cpp | 38 using cv = void(foo::*)() const volatile; in main() typedef 66 struct cv { int operator()() const volatile { return 0; } }; in main() struct 96 using cv = void() const volatile; in main() typedef
|
D | is_volatile_member.cpp | 38 using cv = void(foo::*)() const volatile; in main() typedef 66 struct cv { int operator()() const volatile { return 0; } }; in main() struct 96 using cv = void() const volatile; in main() typedef
|
D | is_cv_member.cpp | 38 using cv = void(foo::*)() const volatile; in main() typedef 66 struct cv { int operator()() const volatile { return 0; } }; in main() argument 96 using cv = void() const volatile; in main() typedef
|
D | is_rvalue_reference_member.cpp | 45 using cv = void(foo::*)() const volatile; in main() typedef 73 struct cv { int operator()() const volatile { return 0; } }; in main() struct 101 using cv = void() const volatile; in main() typedef
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SoftCache.java | 57 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local 86 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SoftCache.java | 55 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local 84 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local
|
/third_party/grpc/src/core/lib/gprpp/ |
D | sync.h | 149 static void WaitUntil(CondVar* cv, Mutex* mu, Predicate pred) { in WaitUntil() 157 static bool WaitUntilWithTimeout(CondVar* cv, Mutex* mu, Predicate pred, in WaitUntilWithTimeout() 167 static bool WaitUntilWithDeadline(CondVar* cv, Mutex* mu, Predicate pred, in WaitUntilWithDeadline()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_userspace.c | 356 InitializeXPConditionVariable(userland_cond_t *cv) in InitializeXPConditionVariable() 365 DeleteXPConditionVariable(userland_cond_t *cv) in DeleteXPConditionVariable() 373 SleepXPConditionVariable(userland_cond_t *cv, userland_mutex_t *mtx) in SleepXPConditionVariable() 396 WakeAllXPConditionVariable(userland_cond_t *cv) in WakeAllXPConditionVariable()
|
/third_party/pulseaudio/src/pulsecore/ |
D | mix.c | 228 int32_t cv = m->linear[channel].i; in pa_mix_generic_s16ne() local 267 int32_t cv = m->linear[channel].i; in pa_mix_s16re_c() local 293 int32_t cv = m->linear[channel].i; in pa_mix_s32ne_c() local 323 int32_t cv = m->linear[channel].i; in pa_mix_s32re_c() local 351 int32_t cv = m->linear[channel].i; in pa_mix_s24ne_c() local 379 int32_t cv = m->linear[channel].i; in pa_mix_s24re_c() local 409 int32_t cv = m->linear[channel].i; in pa_mix_s24_32ne_c() local 439 int32_t cv = m->linear[channel].i; in pa_mix_s24_32re_c() local 469 int32_t v, cv = m->linear[channel].i; in pa_mix_u8_c() local 498 int32_t cv = m->linear[channel].i; in pa_mix_ulaw_c() local [all …]
|