Home
last modified time | relevance | path

Searched defs:cond (Results 176 - 200 of 764) sorted by relevance

12345678910>>...31

/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
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dif_conversion.cpp186 SplatCondition(analysis::Vector* vec_data_ty, uint32_t cond, InstructionBuilder* builder) SplatCondition() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.cpp186 SplatCondition(analysis::Vector* vec_data_ty, uint32_t cond, InstructionBuilder* builder) SplatCondition() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvalidation_test.cc240 auto* cond = Expr(true); in TEST_F() local
267 auto* cond = Expr(true); in TEST_F() local
990 auto* cond = Var("cond", ty.bool_(), Expr(true)); in TEST_F() local
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-memop-immediate-512-a32.cc69 Condition cond; member
3626 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-assembler-cond-rd-memop-immediate-8192-a32.cc69 Condition cond; member
3626 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-assembler-cond-rd-memop-rs-a32.cc73 Condition cond; member
3634 Condition cond = kTests[i].operands.cond; TestHelper() local
[all...]
H A Dtest-assembler-cond-rd-memop-rs-shift-amount-1to31-a32.cc69 Condition cond; member
3628 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-assembler-cond-rd-memop-rs-shift-amount-1to32-a32.cc69 Condition cond; member
3628 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-assembler-cond-rd-operand-const-can-use-pc-a32.cc69 Condition cond; member
1588 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-assembler-cond-rd-operand-const-cannot-use-pc-a32.cc69 Condition cond; member
1403 Condition cond = kTests[i].operands.cond; in TestHelper() local

Completed in 38 milliseconds

12345678910>>...31