Home
last modified time | relevance | path

Searched refs:gpr_sleep_until (Results 1 – 25 of 48) sorted by relevance

12

/third_party/grpc/test/cpp/common/
Dtimer_test.cc71 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1500)); in TEST_F()
92 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1500)); in TEST_F()
119 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1500)); in TEST_F()
152 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1500)); in TEST_F()
192 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in TEST_F()
223 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in TEST_F()
Dtime_jump_test.cc95 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in TEST_P()
99 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(kWaitTimeMs)); in TEST_P()
113 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in TEST_P()
/third_party/grpc/test/core/iomgr/poller/
Deventmanager_libuv_test.cc36 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1)); in TEST()
47 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1)); in TEST()
65 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(1)); in TEST()
/third_party/grpc/test/cpp/end2end/
Dserver_crash_test.cc62 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in BidiStream()
78 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in ResponseStream()
126 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in TEST_F()
136 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in TEST_F()
Dserver_early_return_test.cc68 gpr_sleep_until(gpr_time_add( in RequestStream()
93 gpr_sleep_until(gpr_time_add( in BidiStream()
Dtest_service_impl.h135 gpr_sleep_until( in Echo()
172 gpr_sleep_until(gpr_time_add( in Echo()
180 gpr_sleep_until(gpr_time_add( in Echo()
Dtest_health_check_service_impl.cc60 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC), in Watch()
/third_party/grpc/test/core/gprpp/
Dfork_test.cc55 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in sleeping_thd()
124 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in test_exec_count()
/third_party/grpc/test/cpp/qps/
Dworker.cc51 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in RunServer()
Dclient_sync.cc95 gpr_sleep_until(next_issue_time); in WaitToIssue()
98 gpr_sleep_until(one_sec_delay); in WaitToIssue()
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc223 gpr_sleep_until(sleep_time); in StreamingOutputCall()
277 gpr_sleep_until(sleep_time); in FullDuplexCall()
372 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in RunServer()
Dstress_interop_client.cc112 gpr_sleep_until(sleep_time); in MainLoop()
/third_party/grpc/src/core/lib/gpr/
Dtime_windows.cc77 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() function
Dtime_posix.cc163 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() function
/third_party/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc56 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC), in RunWorkerLoop()
/third_party/grpc/include/grpc/support/
Dtime.h84 GPRAPI void gpr_sleep_until(gpr_timespec until);
/third_party/grpc/test/core/iomgr/
Dwork_serializer_test.cc80 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in ExecuteManyLoop()
Dcombiner_test.cc87 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in execute_many_loop()
/third_party/grpc/test/core/transport/
Dbdp_estimator_test.cc69 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in AddSamples()
Dstatus_conversion_test.cc134 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in test_http2_error_to_grpc_status()
/third_party/grpc/test/cpp/server/
Dserver_request_call_test.cc98 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC), in TEST()
/third_party/grpc/src/core/ext/filters/client_channel/
Dglobal_subchannel_pool.cc92 gpr_sleep_until(gpr_time_add( in RegisterSubchannel()
/third_party/grpc/
Dgrpc.def272 gpr_sleep_until
/third_party/grpc/test/core/http/
Dhttpcli_test.cc194 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in main()
/third_party/grpc/test/core/end2end/tests/
Dshutdown_finishes_calls.cc156 gpr_sleep_until(n_seconds_from_now(1)); in test_early_server_shutdown_finishes_inflight_calls()

12