Home
last modified time | relevance | path

Searched refs:ThreadFuncImpl (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc66 virtual bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) = 0;
75 const bool thread_still_ok = ThreadFuncImpl(&entry, thread_idx); in ThreadFunc()
123 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() function in grpc::testing::SynchronousUnaryClient
243 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() function in grpc::testing::SynchronousStreamingPingPongClient
303 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() function in grpc::testing::SynchronousStreamingFromClientClient
353 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() function in grpc::testing::SynchronousStreamingFromServerClient
398 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl() function in grpc::testing::SynchronousStreamingBothWaysClient
/external/ruy/ruy/
Dthread_pool.cc105 static void ThreadFunc(Thread* arg) { arg->ThreadFuncImpl(); } in ThreadFunc()
112 void ThreadFuncImpl() { in ThreadFuncImpl() function in ruy::Thread