Searched refs:senv (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/test/cpp/microbenchmarks/ |
D | fullstack_unary_ping_pong.h | 88 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()
|
D | bm_fullstack_trickle.cc | 400 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/ |
D | writes_per_rpc_test.cc | 199 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/ |
D | getlogin.c | 30 int senv = setenv("LOGNAME", "newlogname", 1); in getlogin_0100() local 31 EXPECT_EQ("getlogin_0100", senv, 0); in getlogin_0100()
|
D | getlogin_r.c | 30 int senv = setenv("LOGNAME", "newlogname", 10); in getlogin_r_0100() local 31 EXPECT_EQ("getlogin_0100", senv, 0); in getlogin_r_0100()
|