| /third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/ |
| D | SDL_syscond.c | 34 pthread_cond_t cond; member 41 SDL_cond *cond; in SDL_CreateCond() local 56 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 66 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 83 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 99 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 148 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
| /third_party/ffmpeg/libavutil/ |
| D | avassert.h | 37 #define av_assert0(cond) do { \ argument 51 #define av_assert1(cond) av_assert0(cond) argument 53 #define av_assert1(cond) ((void)0) argument 61 #define av_assert2(cond) av_assert0(cond) argument 64 #define av_assert2(cond) ((void)0) argument
|
| /third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/ |
| D | SDL_syscond.cpp | 46 SDL_cond * cond = new SDL_cond; in SDL_CreateCond() local 60 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 70 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 84 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 118 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 159 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
| /third_party/mesa3d/src/util/ |
| D | cnd_monotonic.h | 48 u_cnd_monotonic_init(struct u_cnd_monotonic *cond) in u_cnd_monotonic_init() 72 u_cnd_monotonic_destroy(struct u_cnd_monotonic *cond) in u_cnd_monotonic_destroy() 84 u_cnd_monotonic_broadcast(struct u_cnd_monotonic *cond) in u_cnd_monotonic_broadcast() 97 u_cnd_monotonic_signal(struct u_cnd_monotonic *cond) in u_cnd_monotonic_signal() 110 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, const struct timespec *abs_time) in u_cnd_monotonic_timedwait() 132 u_cnd_monotonic_wait(struct u_cnd_monotonic *cond, mtx_t *mtx) in u_cnd_monotonic_wait()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/ |
| D | SDL_syscond.c | 44 SDL_cond *cond; in SDL_CreateCond() local 64 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 82 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 106 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 160 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 215 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/ |
| D | SDL_syscond.c | 46 SDL_cond *cond; in SDL_CreateCond() local 66 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 84 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 108 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 162 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 217 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
| /third_party/mesa3d/include/android_stub/log/ |
| D | log_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0) argument 66 #define RLOGV_IF(cond, ...) \ argument 84 #define RLOGD_IF(cond, ...) \ argument 101 #define RLOGI_IF(cond, ...) \ argument 118 #define RLOGW_IF(cond, ...) \ argument 135 #define RLOGE_IF(cond, ...) \ argument
|
| D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0) argument 64 #define SLOGV_IF(cond, ...) \ argument 82 #define SLOGD_IF(cond, ...) \ argument 99 #define SLOGI_IF(cond, ...) \ argument 116 #define SLOGW_IF(cond, ...) \ argument 133 #define SLOGE_IF(cond, ...) \ argument
|
| D | log_main.h | 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 122 #define android_printAssert(cond, tag, ...) \ argument 134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument 153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument 162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument 214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument 216 #define ALOGV_IF(cond, ...) \ argument 231 #define ALOGD_IF(cond, ...) \ argument 245 #define ALOGI_IF(cond, ...) \ argument [all …]
|
| /third_party/mbedtls/library/ |
| D | mps_common.h | 102 #define MBEDTLS_MPS_STATE_VALIDATE_RAW( cond, string ) \ argument 114 #define MBEDTLS_MPS_STATE_VALIDATE_RAW( cond, string ) \ argument 124 #define MBEDTLS_MPS_ASSERT_RAW( cond, string ) \ argument 136 #define MBEDTLS_MPS_ASSERT_RAW( cond, string ) do {} while( 0 ) argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.cc | 153 void Assembler::EmitShiftImmediate(Condition cond, Shift opcode, Register rd, in EmitShiftImmediate() 165 void Assembler::EmitShiftRegister(Condition cond, Shift opcode, Register rd, in EmitShiftRegister() 230 void Assembler::sbc(Register rd, Register rn, Operand o, Condition cond) { in sbc() 234 void Assembler::sbcs(Register rd, Register rn, Operand o, Condition cond) { in sbcs() 250 void Assembler::teq(Register rn, Operand o, Condition cond) { in teq() 282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs() 367 void Assembler::muls(Register rd, Register rn, Register rm, Condition cond) { in muls() 395 Condition cond) { in smull() 410 Condition cond) { in umlal() 482 void Assembler::ldrh(Register rd, Address ad, Condition cond) { in ldrh() [all …]
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | safe_queue.c | 36 static inline int dnn_cond_init(DNNCond *cond, const void *attr) { return 0; } in dnn_cond_init() 37 static inline int dnn_cond_destroy(DNNCond *cond) { return 0; } in dnn_cond_destroy() 38 static inline int dnn_cond_signal(DNNCond *cond) { return 0; } in dnn_cond_signal() 39 static inline int dnn_cond_wait(DNNCond *cond, AVMutex *mutex) in dnn_cond_wait() 49 DNNCond cond; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | optimization.h | 201 #define ABSL_INTERNAL_ASSUME(cond) assert(cond) argument 203 #define ABSL_INTERNAL_ASSUME(cond) __builtin_assume(cond) argument 205 #define ABSL_INTERNAL_ASSUME(cond) \ argument 210 #define ABSL_INTERNAL_ASSUME(cond) __assume(cond) argument 212 #define ABSL_INTERNAL_ASSUME(cond) \ argument
|
| /third_party/FreeBSD/sys/kern/ |
| D | kern_condvar.c | 50 cv_signal(pthread_cond_t *cond) in cv_signal() 67 cv_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in cv_wait() 100 cv_broadcast(pthread_cond_t *cond) in cv_broadcast()
|
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| D | generator_impl_if_test.cc | 25 auto* cond = Var("cond", ty.bool_()); in TEST_F() local 41 auto* cond = Var("cond", ty.bool_()); in TEST_F() local 62 auto* cond = Var("cond", ty.bool_()); in TEST_F() local 80 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 315 void WriterLockWhen(const Condition &cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in WriterLockWhen() 359 bool WriterLockWhenWithTimeout(const Condition &cond, absl::Duration timeout) in WriterLockWhenWithTimeout() 379 bool WriterLockWhenWithDeadline(const Condition &cond, absl::Time deadline) in WriterLockWhenWithDeadline() 532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() 559 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() 587 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() 883 explicit MutexLockMaybe(Mutex *mu, const Condition &cond) in MutexLockMaybe() 914 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowIteration.js | 2 let cond: boolean; variable 23 var cond; variable
|
| D | controlFlowBinaryAndExpression.js | 3 let cond: boolean; variable 15 var cond; variable
|
| D | controlFlowConditionalExpression.js | 3 let cond: boolean; variable 11 var cond; variable
|
| /third_party/ffmpeg/compat/ |
| D | w32pthreads.h | 140 static inline int pthread_cond_init(pthread_cond_t *cond, const void *unused_attr) in pthread_cond_init() 147 static inline int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() 152 static inline int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() 158 static inline int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() 164 static inline int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() 180 static inline int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()
|
| D | os2threads.h | 133 static av_always_inline int pthread_cond_init(pthread_cond_t *cond, in pthread_cond_init() 144 static av_always_inline int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() 152 static av_always_inline int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() 162 static av_always_inline int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() 170 static av_always_inline int pthread_cond_timedwait(pthread_cond_t *cond, in pthread_cond_timedwait() 192 static av_always_inline int pthread_cond_wait(pthread_cond_t *cond, in pthread_cond_wait()
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| D | generator_impl_if_test.cc | 27 auto* cond = Expr("cond"); in TEST_F() local 49 auto* cond = Expr("cond"); in TEST_F() local 76 auto* cond = Expr("cond"); in TEST_F() local 106 auto* cond = Expr("cond"); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| D | generator_impl_if_test.cc | 27 auto* cond = Expr("cond"); in TEST_F() local 49 auto* cond = Expr("cond"); in TEST_F() local 76 auto* cond = Expr("cond"); in TEST_F() local 106 auto* cond = Expr("cond"); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| D | generator_impl_if_test.cc | 27 auto* cond = Expr("cond"); in TEST_F() local 50 auto* cond = Expr("cond"); in TEST_F() local 75 auto* cond = Expr("cond"); in TEST_F() local 105 auto* cond = Expr("cond"); in TEST_F() local
|
| /third_party/python/Python/ |
| D | condvar.h | 61 #define PyCOND_INIT(cond) _PyThread_cond_init(cond) argument 62 #define PyCOND_FINI(cond) pthread_cond_destroy(cond) argument 63 #define PyCOND_SIGNAL(cond) pthread_cond_signal(cond) argument 64 #define PyCOND_BROADCAST(cond) pthread_cond_broadcast(cond) argument 65 #define PyCOND_WAIT(cond, mut) pthread_cond_wait((cond), (mut)) argument 69 PyCOND_TIMEDWAIT(PyCOND_T *cond, PyMUTEX_T *mut, long long us) in PyCOND_TIMEDWAIT()
|