Searched defs:thd_ (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/src/cpp/server/ | ||
D | dynamic_thread_pool.h | 49 grpc_core::Thread thd_; variable |
/third_party/grpc/src/cpp/thread_manager/ | ||
D | thread_manager.h | 134 grpc_core::Thread thd_; variable |
/third_party/grpc/src/core/lib/iomgr/executor/ | ||
D | threadpool.h | 88 Thread thd_; // Thread wrapped in variable |
/third_party/grpc/test/core/iomgr/ | ||
D | mpmcqueue_test.cc | 73 grpc_core::Thread thd_; member in ProducerThread |
D | threadpool_test.cc | 108 grpc_core::Thread thd_; member in WorkThread |
/third_party/grpc/test/core/tsi/alts/handshaker/ | ||
D | alts_concurrent_connectivity_test.cc | 280 std::unique_ptr<std::thread> thd_; member in __anon047530350111::ConnectLoopRunner |