Home
last modified time | relevance | path

Searched refs:kick (Results 1 – 25 of 82) sorted by relevance

1234

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dpollset_uv.cc69 static void kick() { in kick() function
91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
Dpollset_custom.h29 void (*kick)(); member
Dpollset.cc53 return grpc_pollset_impl->kick(pollset, specific_worker); in grpc_pollset_kick()
Dpollset.h49 grpc_error* (*kick)(grpc_pollset* pollset, member
Dpollset_custom.cc93 poller_vtable->kick(); in pollset_kick()
Dev_poll_posix.cc653 int kick = 0; local
666 kick = 1;
674 kick = 1;
685 kick = 1;
690 kick = 1;
693 if (kick) {
/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_uv.cc69 static void kick() { in kick() function
91 grpc_custom_poller_vtable uv_pollset_vtable = {init, run_loop, kick, shutdown};
Dpollset_custom.h29 void (*kick)(); member
Dpollset.cc53 return grpc_pollset_impl->kick(pollset, specific_worker); in grpc_pollset_kick()
Dpollset.h49 grpc_error* (*kick)(grpc_pollset* pollset, member
Dpollset_custom.cc93 poller_vtable->kick(); in pollset_kick()
Dev_poll_posix.cc692 int kick = 0; local
705 kick = 1;
713 kick = 1;
724 kick = 1;
729 kick = 1;
732 if (kick) {
/external/rust/crates/grpcio/src/task/
Dexecutor.rs41 pub fn kick(&self, tag: Box<CallTag>) -> Result<()> { in kick() method
157 match task.kicker.kick(Box::new(CallTag::Spawn(w))) { in wake_by_ref()
/external/autotest/docs/
Dtest-that.md75 This will kick off a suite in the lab that consists of just 1 job, dummy\_Pass,
95 You can also kick off a suite, for example with:
131 This will kick off the dummy_Pass test on a lumpy device on the Autotest
/external/autotest/test_suites/
Dcontrol.hardware_thermalqual_full35 # Don't wait for results, just kick off child job.
Dcontrol.hardware_memoryqual35 # Don't wait for results, just kick off child job.
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dpr38984.ll23 ; The "compare base pointers" optimization should not kick in for vector icmp.
/external/llvm-project/llvm/test/CodeGen/X86/
Dsplit-store.ll174 ; getTypeSizeInBits(i12) != getTypeStoreSizeInBits(i12), so store split doesn't kick in.
195 ; getTypeSizeInBits(i14) != getTypeStoreSizeInBits(i14), so store split doesn't kick in.
214 ; getTypeSizeInBits(i2) != getTypeStoreSizeInBits(i2), so store split doesn't kick in.
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.full22 You will need to use a lab DUT and a lab devserver but kick it off from your
Dcontrol.full.moblab22 You will need to use a lab DUT and a lab devserver but kick it off from your
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcompletion_queue.cc73 grpc_error* (*kick)(grpc_pollset* pollset, member
740 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);
824 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), pluck_worker);
1079 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc65 grpc_error* (*kick)(grpc_pollset* pollset, member
727 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);
809 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), pluck_worker);
1052 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll13 ; Currently, LSR won't kick in on such loops.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll13 ; Currently, LSR won't kick in on such loops.
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pxd.pxi108 void (*kick)()

1234