| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pthread.cpp | 142 void ValidateCond(dng_pthread_cond_t *cond) in ValidateCond() argument 506 int dng_pthread_cond_init(dng_pthread_cond_t *cond, void * /* attrs */) in dng_pthread_cond_init() argument 524 int dng_pthread_cond_destroy(dng_pthread_cond_t *cond) in dng_pthread_cond_destroy() argument 571 cond_wait_internal(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, int timeout_milliseconds) cond_wait_internal() argument 653 dng_pthread_cond_wait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex) dng_pthread_cond_wait() argument 662 dng_pthread_cond_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time) dng_pthread_cond_timedwait() argument 683 dng_pthread_cond_signal(dng_pthread_cond_t *cond) dng_pthread_cond_signal() argument 715 dng_pthread_cond_broadcast(dng_pthread_cond_t *cond) dng_pthread_cond_broadcast() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex_test.cc | 678 bool cond = false; member 759 bool cond; // to delay first thread (under mu) member [all...] |
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 438 SINT Vec<N,T> naive_if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) { in naive_if_then_else() argument 443 SIT Vec<1,T> if_then_else(const Vec<1,M<T>>& cond, const Vec<1,T>& t, const Vec<1,T>& e) { in if_then_else() argument 448 SINT Vec<N,T> if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) { in if_then_else() argument [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | policydb_validate.c | 1002 static int validate_cond_list(sepol_handle_t *handle, const cond_list_t *cond, const policydb_t *p, validate_t flavors[]) in validate_cond_list() argument [all...] |
| /third_party/selinux/checkpolicy/ |
| H A D | module_compiler.c | 1203 cond_list_t *get_current_cond_list(cond_list_t * cond) in get_current_cond_list() argument 1215 void append_cond_list(cond_list_t * cond) in append_cond_list() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | ir_builder.h | 355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.cpp | 664 Cond::Cond (ConstCond cond) in Cond() argument 671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize) in Attribute() argument
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | sim_file.cpp | 1304 bool cond = sz >= lenNum; in OnMccMncLoaded() local 1889 unsigned int cond = 0; in ObtainSpnCondition() local [all...] |
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
| H A D | liteplayer.cpp | 111 static void CondTimeWait(pthread_cond_t &cond, pthread_mutex_t &mutex, uint32_t delayUs) in CondTimeWait() argument
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
| H A D | trans_lane_pending_ctl.c | 61 SoftBusCond cond; member 1068 static int32_t TransSoftBusCondWait(SoftBusCond *cond, SoftBusMutex *mutex, uint32_t timeMillis) in TransSoftBusCondWait() argument [all...] |
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
| H A D | fuse_manager.cpp | 742 auto cond = make_shared<ffrt::condition_variable>(); in DoCloudOpen() local 671 DownloadThmOrLcd(shared_ptr<CloudInode> cInode, shared_ptr<CloudError> err, shared_ptr<bool> openFinish, shared_ptr<ffrt::condition_variable> cond) DownloadThmOrLcd() argument [all...] |
| /foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
| H A D | softbus_broadcast_mgr.c | 56 SoftBusCond cond; member
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | otherstestndk.cpp | 587 cnd_t cond;
in cndwaittest() local 988 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
in Pthreadcondclockwait() local 1004 pthread_cond_t *cond = (pthread_cond_t *)nullptr;
in Pthreadcondtimedwaitmonotonicnp() local 1022 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
in Pthreadcondtimeoutnp() local [all...] |
| H A D | pthreadndk1.cpp | 549 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
in PThreadCondBroadcast() local 558 pthread_cond_t cond;
in PThreadCondDestroy() local 568 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
in PThreadCondInit() local 579 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
in PThreadCondSignal() local 587 pthread_cond_t cond; global() member 630 pthread_cond_t cond; global() member [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 2401 TIntermSelection* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourceLoc& loc) in addSelection() argument 2452 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, in addSelection() argument [all...] |
| /third_party/libuv/include/uv/ |
| H A D | win.h | 282 CONDITION_VARIABLE cond; member
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | egl_dri2.h | 419 cnd_t cond; member
|
| /third_party/mesa3d/src/broadcom/qpu/ |
| H A D | qpu_instr.h | 348 enum v3d_qpu_branch_cond cond; member
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 1176 agx_index cond = agx_src_index(&nif->condition); in emit_if() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir.c | 236 vir_set_cond(struct qinst *inst, enum v3d_qpu_cond cond) in vir_set_cond() argument 396 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst() argument
|
| /third_party/node/src/ |
| H A D | node_api.cc | 509 std::unique_ptr<node::ConditionVariable> cond; member in v8impl::__anon15407::ThreadSafeFunction
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 190 nir_ssa_def *cond; in ubo_load_select_32b_comps() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | pre-process.c | 1556 static int preprocessor_if(struct stream *stream, struct token *token, int cond) in preprocessor_if() argument
|
| H A D | example.c | 1072 const char *cond = "XXX"; in generate_branch() local 1138 const char *cond; in generate_select() local [all...] |
| H A D | simplify.c | 2428 pseudo_t cond, src1, src2; in simplify_select() local 2604 pseudo_t cond = insn->cond; simplify_branch() local 2648 pseudo_t cond = insn->cond; simplify_switch() local [all...] |