Home
last modified time | relevance | path

Searched refs:ServerWait (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Degl_sync.h54 absl::Status ServerWait();
Degl_sync.cc93 absl::Status EglSync::ServerWait() { in ServerWait() function in tflite::gpu::cl::EglSync
/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc388 void ServerWait(Server* server, int* notify) { in ServerWait() function
394 std::thread wait_thread(&ServerWait, server_.get(), &notify); in TEST_P()