Home
last modified time | relevance | path

Searched defs:cond (Results 126 - 150 of 603) sorted by relevance

12345678910>>...25

/third_party/selinux/libsepol/src/
H A Davrule_block.c138 get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, cond_list_t * cond) get_decl_cond_list() argument
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_manager.cpp62 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp110 TriggerCondition cond = { in BuildCondition() local
121 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleWatcher() local
129 TriggerCondition cond = BuildCondition(1, 0, 0); // row is 1 in BuildWatcherWithRow() local
137 TriggerCondition cond = BuildCondition(0, 10, 0); // size is 10 byte in BuildWatcherWithSize() local
67 AppEventWatcherTest( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) AppEventWatcherTest() argument
145 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 BuildWatcherWithTimeout() local
153 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 BuildWatcherWithTimeout2() local
161 TriggerCondition cond = BuildCondition(0, 0, 0); BuildSimpleOsWatcher() local
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp84 NapiAppEventWatcher( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) NapiAppEventWatcher() argument
/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h32 pthread_cond_t cond; member
/third_party/ffmpeg/libavutil/
H A Dslicethread.c32 pthread_cond_t cond; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c360 nir_ssa_def *cond = nir_iand(&b, if_stmt->condition.ssa, in nir_opt_collapse_if() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add() argument
69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_tri.c229 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, struct brw_reg dst, GLuint hpos_offset, int cond) load_clip_distance() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c82 uint32_t cond; in nv50_render_condition() local
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c102 void call_cond_init(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_init() argument
112 void call_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex, in call_cond_wait() argument
123 void call_cond_signal(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_signal() argument
133 void do_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, in do_timedwait() argument
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c71 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
H A Dasync_handler.c62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/third_party/ltp/testcases/realtime/func/prio-preempt/
H A Dprio-preempt.c83 static pthread_cond_t cond[NUM_WORKERS + 1]; variable
/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h84 pthread_cond_t cond; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c211 ppir_node *cond = src0->node; in ppir_lower_select() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbir.c297 bi_index vTrue = I->src[0], vFalse = I->src[1], cond = I->src[2]; in bi_replace_mux_with_csel() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c89 LLVMValueRef cond; in lp_build_compare_ext() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c45 uint8_t cond; /* INST_CONDITION_ */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c104 uint32_t cond; in nvc0_render_condition() local
[all...]
/third_party/python/Python/
H A Dthread_pthread_stubs.h37 pthread_cond_init(pthread_cond_t *restrict cond, in pthread_cond_init() argument
43 PyAPI_FUNC(int)pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() argument
49 pthread_cond_wait(pthread_cond_t *restrict cond, in pthread_cond_wait() argument
56 pthread_cond_timedwait(pthread_cond_t *restrict cond, in pthread_cond_timedwait() argument
64 pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() argument
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c51 pa_cond* cond, *accept_cond; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DPipeline.cpp314 const bool cond = type.getBasicType() == BT && !type.isArray() && in SaturateVectorOf() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphoreExternalLinux.hpp126 pthread_cond_t cond; member in SharedSemaphore

Completed in 14 milliseconds

12345678910>>...25