/third_party/grpc/test/cpp/common/ |
D | timer_test.cc | 71 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()
|
D | time_jump_test.cc | 95 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/ |
D | eventmanager_libuv_test.cc | 36 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/ |
D | server_crash_test.cc | 62 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()
|
D | server_early_return_test.cc | 68 gpr_sleep_until(gpr_time_add( in RequestStream() 93 gpr_sleep_until(gpr_time_add( in BidiStream()
|
D | test_service_impl.h | 135 gpr_sleep_until( in Echo() 172 gpr_sleep_until(gpr_time_add( in Echo() 180 gpr_sleep_until(gpr_time_add( in Echo()
|
D | test_health_check_service_impl.cc | 60 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC), in Watch()
|
/third_party/grpc/test/core/gprpp/ |
D | fork_test.cc | 55 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/ |
D | worker.cc | 51 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in RunServer()
|
D | client_sync.cc | 95 gpr_sleep_until(next_issue_time); in WaitToIssue() 98 gpr_sleep_until(one_sec_delay); in WaitToIssue()
|
/third_party/grpc/test/cpp/interop/ |
D | interop_server.cc | 223 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()
|
D | stress_interop_client.cc | 112 gpr_sleep_until(sleep_time); in MainLoop()
|
/third_party/grpc/src/core/lib/gpr/ |
D | time_windows.cc | 77 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() function
|
D | time_posix.cc | 163 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() function
|
/third_party/grpc/src/core/lib/iomgr/poller/ |
D | eventmanager_libuv.cc | 56 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC), in RunWorkerLoop()
|
/third_party/grpc/include/grpc/support/ |
D | time.h | 84 GPRAPI void gpr_sleep_until(gpr_timespec until);
|
/third_party/grpc/test/core/iomgr/ |
D | work_serializer_test.cc | 80 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in ExecuteManyLoop()
|
D | combiner_test.cc | 87 gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(100)); in execute_many_loop()
|
/third_party/grpc/test/core/transport/ |
D | bdp_estimator_test.cc | 69 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in AddSamples()
|
D | status_conversion_test.cc | 134 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in test_http2_error_to_grpc_status()
|
/third_party/grpc/test/cpp/server/ |
D | server_request_call_test.cc | 98 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC), in TEST()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | global_subchannel_pool.cc | 92 gpr_sleep_until(gpr_time_add( in RegisterSubchannel()
|
/third_party/grpc/ |
D | grpc.def | 272 gpr_sleep_until
|
/third_party/grpc/test/core/http/ |
D | httpcli_test.cc | 194 gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), in main()
|
/third_party/grpc/test/core/end2end/tests/ |
D | shutdown_finishes_calls.cc | 156 gpr_sleep_until(n_seconds_from_now(1)); in test_early_server_shutdown_finishes_inflight_calls()
|