Home
last modified time | relevance | path

Searched defs:thread_pool (Results 1 – 24 of 24) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/beta/
Dimplementations.py144 metadata_transformer, thread_pool, thread_pool_size): argument
160 thread_pool=None, argument
243 response_serializers, thread_pool, thread_pool_size, argument
260 thread_pool=None, argument
D_server_adaptations.py372 request_deserializers, response_serializers, thread_pool, argument
/third_party/mindspore/mindspore/lite/src/
Dexecutor.cc28 auto thread_pool = ctx_->thread_pool(); in Run() local
Dmindrt_executor.cc175 auto thread_pool = ctx_->thread_pool(); in Run() local
Dinner_context.cc387 ThreadPool *InnerContext::thread_pool() const { return thread_pool_; } in thread_pool() function in mindspore::lite::InnerContext
Dlite_session.cc997 ThreadPool *thread_pool = this->context_->thread_pool(); in InitGPURuntime() local
1031 ThreadPool *thread_pool = this->context_->thread_pool(); in InitGPURuntime() local
Dlite_mindrt.cc793 ActorThreadPool *thread_pool = reinterpret_cast<ActorThreadPool *>(ctx->thread_pool()); in CreateOpActor() local
/third_party/boost/libs/thread/test/
Dtest_scheduling_adaptor.cpp27 typedef boost::executors::basic_thread_pool thread_pool; typedef
Dtest_scheduler.cpp26 typedef boost::executors::basic_thread_pool thread_pool; typedef
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pxd.pxi91 cdef thread_pool(self) member in AioServer
Dcommon.pyx.pxi137 async def generator_to_async_generator(object gen, object loop, object thread_pool):
Dserver.pyx.pxi820 def __init__(self, loop, thread_pool, generic_handlers, interceptors, argument
1045 cdef thread_pool(self): member in AioServer
/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py94 def _serve(state, server, server_completion_queue, thread_pool): argument
/third_party/grpc/src/python/grpcio/grpc/
D_server.py706 def _handle_with_method_handler(rpc_event, method_handler, thread_pool): argument
729 def _handle_call(rpc_event, generic_handlers, interceptor_pipeline, thread_pool, argument
766 interceptor_pipeline, thread_pool, maximum_concurrent_rpcs): argument
947 def __init__(self, thread_pool, generic_handlers, interceptors, options, argument
991 def create_server(thread_pool, generic_rpc_handlers, interceptors, options, argument
D__init__.py2017 def server(thread_pool, argument
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py48 def start_server(self, non_blocking=False, thread_pool=None): argument
/third_party/glib/tests/
Dasyncqueue-test.c33 static GThreadPool *thread_pool = NULL; variable
/third_party/glib/gio/
Dgthreadedsocketservice.c55 GThreadPool *thread_pool; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel.cc150 auto thread_pool = actor_manager->GetActorThreadPool(); in GetActorMgrInnerThreadPool() local
172 auto thread_pool = GetActorMgrInnerThreadPool(); in ParallelLaunch() local
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_rpc_test_helpers.py64 def __init__(self, control, thread_pool): argument
D_rpc_test.py65 def __init__(self, control, thread_pool): argument
/third_party/boost/libs/asio/include/boost/asio/
Dthread_pool.hpp75 class thread_pool class
/third_party/boost/boost/asio/
Dthread_pool.hpp75 class thread_pool class
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c107 GThreadPool *thread_pool; member