/third_party/FreeBSD/sys/sys/ |
H A D | condvar.h | 35 #define cv pthread_cond macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | public-dtor.hpp | 2 namespace cv { namespace
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_cond_wait-cancel_ignored.c | 11 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
|
/third_party/openssl/test/ |
H A D | confdump.c | 24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i); in dump_section() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | conditionvariable_test.cpp | 26 marl::ConditionVariable cv; in TEST_F() local 69 marl::ConditionVariable cv; in TEST_P() local 116 marl::ConditionVariable cv; TEST_P() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | substitute_test.cc | 178 const auto& cv = v; in TEST() local
|
/third_party/FreeBSD/sys/kern/ |
H A D | kern_condvar.c | 40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_clear.c | 58 uint64_t cv; in softpipe_clear() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.h | 41 unsigned char cv[16]; member
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sample-util.h | 57 static inline int32_t pa_mult_s16_volume(int16_t v, int32_t cv) { in pa_mult_s16_volume() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkTimelineSemaphore.hpp | 124 marl::ConditionVariable cv; member
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.h | 41 unsigned char cv[16]; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | mutex.h | 80 inline void wait(std::condition_variable& cv, Predicate&& p) { in wait() argument 86 wait_until(std::condition_variable& cv, Time&& time, Predicate&& p) wait_until() argument [all...] |
H A D | waitgroup.h | 72 ConditionVariable cv; member
|
H A D | event.h | 122 ConditionVariable cv; member
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | rwmutex.h | 54 std::condition_variable cv; member in RWMutex
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-caps.c | 35 _lws_plat_apply_caps(unsigned int mode, const cap_value_t *cv, int count) in _lws_plat_apply_caps() argument
|
/third_party/pulseaudio/src/tests/ |
H A D | mult-s16-test.c | 33 static inline int32_t pa_mult_s16_volume_32(int16_t v, int32_t cv) { in pa_mult_s16_volume_32() argument 44 static inline int32_t pa_mult_s16_volume_64(int16_t v, int32_t cv) { in pa_mult_s16_volume_64() argument
|
H A D | volume-test.c | 34 pa_cvolume cv; in START_TEST() local [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | event.hpp | 96 mutable std::condition_variable cv; member in clover::event
|
/third_party/pulseaudio/src/modules/ |
H A D | module-lirc.c | 125 pa_cvolume cv = *pa_sink_get_volume(s, false); in io_callback() local
|
/third_party/python/Python/ |
H A D | condvar.h | 138 PyCOND_INIT(PyCOND_T *cv) in PyCOND_INIT() argument 152 PyCOND_FINI(PyCOND_T *cv) in PyCOND_FINI() argument 161 _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms) in _PyCOND_WAIT_MS() argument 192 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) PyCOND_WAIT() argument 199 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us) PyCOND_TIMEDWAIT() argument 205 PyCOND_SIGNAL(PyCOND_T *cv) PyCOND_SIGNAL() argument 223 PyCOND_BROADCAST(PyCOND_T *cv) PyCOND_BROADCAST() argument 264 PyCOND_INIT(PyCOND_T *cv) PyCOND_INIT() argument 270 PyCOND_FINI(PyCOND_T *cv) PyCOND_FINI() argument 276 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) PyCOND_WAIT() argument 285 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us) PyCOND_TIMEDWAIT() argument 291 PyCOND_SIGNAL(PyCOND_T *cv) PyCOND_SIGNAL() argument 298 PyCOND_BROADCAST(PyCOND_T *cv) PyCOND_BROADCAST() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | softfloat.h | 247 int sv, cv; in av_sincos_sf() local [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_busdma.h | 104 struct cv cv[1]; /* internal condition variable */ member
|
/third_party/lwip/src/netif/ppp/ |
H A D | demand.c | 327 char cv = 0; local
|