Home
last modified time | relevance | path

Searched defs:Executor (Results 1 – 25 of 84) sorted by relevance

1234

/external/rust/crates/jni/0.20.0/src/wrapper/
Dexecutor.rs53 pub struct Executor { struct
57 impl Executor { implementation
/external/rust/crates/jni/src/wrapper/
Dexecutor.rs54 pub struct Executor { struct
58 impl Executor { argument
/external/crosvm/devices/src/virtio/vhost/user/device/
Dlistener.rs54 ex: &'e Executor, in run_req_handler()
64 ex: &'e Executor, in run_backend()
74 fn run_device(self, ex: Executor, device: Box<dyn VhostUserDeviceBuilder>) -> anyhow::Result<()> in run_device()
/external/rust/crates/hyper/src/
Drt.rs9 pub trait Executor<Fut> { trait
/external/eigen/unsupported/test/
Dcxx11_tensor_executor.cpp29 using Executor = in DefaultAssign() typedef
42 using Executor = Eigen::internal::TensorExecutor<const Assign, Device, in DeviceAssign() typedef
74 using Executor = in test_execute_unary_expr() typedef
105 using Executor = in test_execute_binary_expr() typedef
138 using Executor = in test_execute_broadcasting() typedef
343 using Executor = in test_execute_reshape() typedef
383 using Executor = in test_execute_slice_rvalue() typedef
426 using Executor = in test_execute_slice_lvalue() typedef
458 using Executor = in test_execute_broadcasting_of_forced_eval() typedef
501 using Executor = in test_execute_generator_op() typedef
[all …]
/external/rust/crates/jni/0.20.0/tests/
Dexecutor.rs32 fn test_single_thread(executor: Executor) { in test_single_thread()
40 fn test_serialized_threads(executor: Executor) { in test_serialized_threads()
52 fn test_concurrent_threads(executor: Executor, thread_num: usize) { in test_concurrent_threads()
/external/crosvm/devices/src/virtio/
Dasync_utils.rs17 pub async fn await_and_exit(ex: &Executor, event: Event) -> Result<()> { in await_and_exit()
28 pub async fn handle_irq_resample(ex: &Executor, interrupt: Interrupt) -> Result<()> { in handle_irq_resample()
/external/rust/crates/jni/tests/
Dexecutor.rs38 fn test_single_thread(executor: Executor) { in test_single_thread()
46 fn test_serialized_threads(executor: Executor) { in test_serialized_threads()
58 fn test_concurrent_threads(executor: Executor, thread_num: usize) { in test_concurrent_threads()
/external/rust/crates/grpcio/src/task/
Dexecutor.rs232 pub(crate) struct Executor<'a> { struct
236 impl<'a> Executor<'a> { impl
/external/crosvm/devices/src/virtio/snd/sys/
Dwindows.rs108 ex: &Executor, in set_up_async_playback_stream()
134 ex: &Executor, in set_up_async_capture_stream()
155 ex: &Executor, in create_directionstream_output()
194 ex: &Executor, in get_next_capture_period()
Dlinux.rs153 ex: &Executor, in set_up_async_playback_stream()
175 ex: &Executor, in set_up_async_capture_stream()
198 ex: &Executor, in create_directionstream_output()
228 ex: &Executor, in get_next_capture_period()
/external/crosvm/devices/src/virtio/vhost/user/device/listener/sys/
Dlinux.rs47 ex: &Executor, in run_with_handler()
89 ex: &'e Executor, in run_req_handler()
Dwindows.rs27 _ex: &'e Executor, in run_req_handler()
/external/crosvm/devices/src/virtio/vhost_user_frontend/
Dworker.rs29 pub async fn run(&mut self, ex: &Executor, interrupt: Interrupt) -> anyhow::Result<()> { in run()
74 ex: &Executor, in handle_non_msix_evt()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDevice.h92 typedef internal::TensorExecutor<const Assign, DeviceType> Executor; typedef
119 typedef internal::TensorAsyncExecutor<const Assign, ThreadPoolDevice, DoneCallback> Executor; typedef
/external/sandboxed-api/sandboxed_api/sandbox2/
Dexecutor.h74 explicit Executor(ForkClient* fork_client) in Executor() function
109 explicit Executor(pid_t libunwind_sbox_for_pid, int libunwind_recursion_depth) in Executor() function
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dconnect.hpp413 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_allocate() argument
429 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_deallocate() argument
442 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_is_continuation() argument
454 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
469 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
619 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_allocate() argument
635 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_deallocate() argument
648 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_is_continuation() argument
660 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
675 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_iocp_overlapped_ptr.hpp137 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
147 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
/external/grpc-grpc/src/python/grpcio/grpc/aio/
D_server.py41 thread_pool: Optional[Executor],
193 migration_thread_pool: Optional[Executor] = None,
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.h28 class Executor; variable
/external/crosvm/cros_async/src/
Dexecutor.rs333 pub enum Executor { enum
346 impl Executor { impl
657 impl AsRawDescriptors for Executor { implementation
/external/crosvm/devices/src/virtio/snd/common_backend/
Dstream_info.rs235 ex: &Executor, in prepare()
427 ex: &Executor, in stream_set_params()
446 ex: &Executor, in stream_prepare()
461 ex: &Executor, in stream_start()
473 ex: &Executor, in stream_stop()
485 ex: &Executor, in stream_release()
/external/crosvm/disk/src/sys/
Dlinux.rs61 async fn read_zeros_async(ex: &Executor) { in read_async()
82 async fn write_zeros_async(ex: &Executor) { in write_async()
/external/crosvm/devices/src/virtio/iommu/sys/
Dwindows.rs23 _ex: &Executor, in handle_translate_request()
/external/crosvm/devices/src/virtio/vhost_user_frontend/sys/
Dunix.rs36 ex: &Executor, in run_backend_request_handler()

1234