Home
last modified time | relevance | path

Searched defs:server_thread (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/test/cpp/ext/gcp/
Dobservability_test.cc59 auto server_thread = std::thread([&]() { server->Wait(); }); in TEST() local
/third_party/ltp/testcases/kernel/syscalls/accept/
Daccept02.c43 static void *server_thread(void *arg) in server_thread() function
/third_party/flatbuffers/grpc/tests/
Dgrpctest.cpp140 std::thread server_thread(RunServer); in grpc_server_test() local
/third_party/grpc/test/core/handshake/
Dserver_ssl_common.cc114 void server_thread(void* arg) { in server_thread() function
Dverify_peer_options.cc54 static void server_thread(void* arg) { in server_thread() function
Dclient_ssl.cc193 static void server_thread(void* arg) { in server_thread() function
/third_party/liburing/test/
Dring-leak2.c92 static void *server_thread(void *arg) in server_thread() function
/third_party/grpc/test/core/surface/
Dsequential_connectivity_test.cc109 grpc_core::Thread server_thread("grpc_server", server_thread_func, &sta); in run_test() local
Dconcurrent_connectivity_test.cc113 void server_thread(void* vargs) { in server_thread() function
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc258 ServerThread server_thread(server_address_string.c_str()); in TEST() local
/third_party/grpc/test/cpp/interop/
Dpre_stop_hook_server_test.cc191 std::thread server_thread(ServerLoop, &service, port, &server, &mu, in TEST() local
/third_party/grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc257 static void server_thread(thread_args* args) { in server_thread() function