Home
last modified time | relevance | path

Searched defs:thread_idx (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc68 void ThreadFunc(size_t thread_idx, Thread* t) override { in ThreadFunc()
85 bool WaitToIssue(int thread_idx) { in WaitToIssue()
121 bool InitThreadFuncImpl(size_t thread_idx) override { return true; } in InitThreadFuncImpl()
123 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl()
158 CleanupAllStreams([this](size_t thread_idx) { in ~SynchronousStreamingClient()
178 void FinishStream(HistogramEntry* entry, size_t thread_idx) { in FinishStream()
214 [this](size_t thread_idx) { context_[thread_idx].TryCancel(); }); in DestroyMultithreading()
227 [this](size_t thread_idx) { stream_[thread_idx]->WritesDone(); }); in ~SynchronousStreamingPingPongClient()
231 bool InitThreadFuncImpl(size_t thread_idx) override { in InitThreadFuncImpl()
243 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl()
[all …]
Dclient.h290 gpr_timespec NextIssueTime(int thread_idx) { in NextIssueTime()
298 std::function<gpr_timespec()> NextIssuer(int thread_idx) { in NextIssuer()
Dclient_async.cc241 ClientRpcContext* ProcessTag(size_t thread_idx, void* tag) { in ProcessTag()
257 void ThreadFunc(size_t thread_idx, Client::Thread* t) override final { in ThreadFunc()
Dserver_async.cc202 void ThreadFunc(int thread_idx) { in ThreadFunc()
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc274 int thread_idx = 0; in main() local
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h224 const int thread_idx = thread_pix * kBlockDepth + thread_depth; in DepthwiseConv2dGPUKernelNHWCSmall() local
507 const int thread_idx = thread_depth * block_pixels + thread_pix; in DepthwiseConv2dGPUKernelNCHWSmall() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc993 int thread_idx = 0; in WriteThreadListStream() local