Home
last modified time | relevance | path

Searched defs:cv (Results 1 - 25 of 74) sorted by relevance

123

/third_party/FreeBSD/sys/sys/
H A Dcondvar.h35 #define cv pthread_cond macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dpublic-dtor.hpp2 namespace cv { namespace
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond_wait-cancel_ignored.c11 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/third_party/openssl/test/
H A Dconfdump.c24 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 Dconditionvariable_test.cpp26 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 Dsubstitute_test.cc178 const auto& cv = v; in TEST() local
/third_party/FreeBSD/sys/kern/
H A Dkern_condvar.c40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.c58 uint64_t cv; in softpipe_clear() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes.h41 unsigned char cv[16]; member
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.h57 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 DVkTimelineSemaphore.hpp124 marl::ConditionVariable cv; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes.h41 unsigned char cv[16]; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmutex.h80 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 Dwaitgroup.h72 ConditionVariable cv; member
H A Devent.h122 ConditionVariable cv; member
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Drwmutex.h54 std::condition_variable cv; member in RWMutex
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-caps.c35 _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 Dmult-s16-test.c33 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 Dvolume-test.c34 pa_cvolume cv; in START_TEST() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.hpp96 mutable std::condition_variable cv; member in clover::event
/third_party/pulseaudio/src/modules/
H A Dmodule-lirc.c125 pa_cvolume cv = *pa_sink_get_volume(s, false); in io_callback() local
/third_party/python/Python/
H A Dcondvar.h138 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 Dsoftfloat.h247 int sv, cv; in av_sincos_sf() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_busdma.h104 struct cv cv[1]; /* internal condition variable */ member
/third_party/lwip/src/netif/ppp/
H A Ddemand.c327 char cv = 0; local

Completed in 12 milliseconds

123