/third_party/ltp/testcases/kernel/sched/nptl/ |
H A D | nptl01.c | 102 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 D | async_handler_tsc.c | 71 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
H A D | async_handler.c | 62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
/third_party/ltp/testcases/realtime/func/prio-preempt/ |
H A D | prio-preempt.c | 83 static pthread_cond_t cond[NUM_WORKERS + 1]; variable
|
/third_party/ltp/testcases/realtime/func/prio-wake/ |
H A D | prio-wake.c | 62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
/third_party/ltp/testcases/realtime/include/ |
H A D | librttest.h | 84 pthread_cond_t cond; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | lower.c | 211 ppir_node *cond = src0->node; in ppir_lower_select() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bir.c | 297 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 D | lp_bld_logic.c | 89 LLVMValueRef cond; in lp_build_compare_ext() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 45 uint8_t cond; /* INST_CONDITION_ */ member [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query.c | 104 uint32_t cond; in nvc0_render_condition() local [all...] |
/third_party/python/Python/ |
H A D | thread_pthread_stubs.h | 37 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 D | thread-mainloop.c | 51 pa_cond* cond, *accept_cond; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Pipeline.cpp | 314 const bool cond = type.getBasicType() == BT && !type.isArray() && in SaturateVectorOf() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSemaphoreExternalLinux.hpp | 126 pthread_cond_t cond; member in SharedSemaphore
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 186 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 D | if_conversion.cpp | 186 SplatCondition(analysis::Vector* vec_data_ty, uint32_t cond, InstructionBuilder* builder) SplatCondition() argument
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | validation_test.cc | 240 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 D | test-assembler-cond-rd-memop-immediate-512-a32.cc | 69 Condition cond; member 3626 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
H A D | test-assembler-cond-rd-memop-immediate-8192-a32.cc | 69 Condition cond; member 3626 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
H A D | test-assembler-cond-rd-memop-rs-a32.cc | 73 Condition cond; member 3634 Condition cond = kTests[i].operands.cond; TestHelper() local [all...] |
H A D | test-assembler-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 69 Condition cond; member 3628 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
H A D | test-assembler-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 69 Condition cond; member 3628 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
H A D | test-assembler-cond-rd-operand-const-can-use-pc-a32.cc | 69 Condition cond; member 1588 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
H A D | test-assembler-cond-rd-operand-const-cannot-use-pc-a32.cc | 69 Condition cond; member 1403 Condition cond = kTests[i].operands.cond; in TestHelper() local
|