Home
last modified time | relevance | path

Searched defs:cond (Results 451 - 475 of 629) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp142 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 Dmutex_test.cc678 bool cond = false; member
759 bool cond; // to delay first thread (under mu) member
[all...]
/third_party/skia/include/private/
H A DSkVx.h438 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 Dpolicydb_validate.c1002 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 Dmodule_compiler.c1203 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 Dir_builder.h355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.cpp664 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 Dsim_file.cpp1304 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 Dliteplayer.cpp111 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 Dtrans_lane_pending_ctl.c61 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 Dfuse_manager.cpp742 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 Dsoftbus_broadcast_mgr.c56 SoftBusCond cond; member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp587 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 Dpthreadndk1.cpp549 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 DIntermediate.cpp2401 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 Dwin.h282 CONDITION_VARIABLE cond; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h419 cnd_t cond; member
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_instr.h348 enum v3d_qpu_branch_cond cond; member
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1176 agx_index cond = agx_src_index(&nif->condition); in emit_if() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c236 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 Dnode_api.cc509 std::unique_ptr<node::ConditionVariable> cond; member in v8impl::__anon15407::ThreadSafeFunction
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c190 nir_ssa_def *cond; in ubo_load_select_32b_comps() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c1556 static int preprocessor_if(struct stream *stream, struct token *token, int cond) in preprocessor_if() argument
H A Dexample.c1072 const char *cond = "XXX"; in generate_branch() local
1138 const char *cond; in generate_select() local
[all...]
H A Dsimplify.c2428 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...]

Completed in 56 milliseconds

1...<<11121314151617181920>>...26