Home
last modified time | relevance | path

Searched refs:senv (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_unary_ping_pong.h88 ServerEnv* senv = server_env[slot]; in BM_UnaryPingPong() local
89 ServerContextMutator svr_ctx_mut(&senv->ctx); in BM_UnaryPingPong()
90 senv->response_writer.Finish(send_response, Status::OK, tag(3)); in BM_UnaryPingPong()
100 senv->~ServerEnv(); in BM_UnaryPingPong()
101 senv = new (senv) ServerEnv(); in BM_UnaryPingPong()
102 service.RequestEcho(&senv->ctx, &senv->recv_request, &senv->response_writer, in BM_UnaryPingPong()
Dbm_fullstack_trickle.cc400 ServerEnv* senv = server_env[slot]; in BM_PumpUnbalancedUnary_Trickle() local
401 senv->response_writer.Finish(send_response, Status::OK, tag(3)); in BM_PumpUnbalancedUnary_Trickle()
412 senv->~ServerEnv(); in BM_PumpUnbalancedUnary_Trickle()
413 senv = new (senv) ServerEnv(); in BM_PumpUnbalancedUnary_Trickle()
414 service.RequestEcho(&senv->ctx, &senv->recv_request, &senv->response_writer, in BM_PumpUnbalancedUnary_Trickle()
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc199 ServerEnv* senv = server_env[slot]; in UnaryPingPong() local
200 senv->response_writer.Finish(send_response, Status::OK, tag(3)); in UnaryPingPong()
210 senv->~ServerEnv(); in UnaryPingPong()
211 senv = new (senv) ServerEnv(); in UnaryPingPong()
212 service.RequestEcho(&senv->ctx, &senv->recv_request, &senv->response_writer, in UnaryPingPong()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dgetlogin.c30 int senv = setenv("LOGNAME", "newlogname", 1); in getlogin_0100() local
31 EXPECT_EQ("getlogin_0100", senv, 0); in getlogin_0100()
Dgetlogin_r.c30 int senv = setenv("LOGNAME", "newlogname", 10); in getlogin_r_0100() local
31 EXPECT_EQ("getlogin_0100", senv, 0); in getlogin_r_0100()