Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc135 gpr_timespec ten_seconds_time(void) { in ten_seconds_time() function
149 GPR_ASSERT(gpr_event_wait(opt->phase1, ten_seconds_time())); in producer_thread()
158 GPR_ASSERT(gpr_event_wait(opt->phase2, ten_seconds_time())); in producer_thread()
180 GPR_ASSERT(gpr_event_wait(opt->phase1, ten_seconds_time())); in consumer_thread()
186 GPR_ASSERT(gpr_event_wait(opt->phase2, ten_seconds_time())); in consumer_thread()
240 gpr_event_wait(&options[i].on_started, ten_seconds_time()); in test_threading()
250 GPR_ASSERT(gpr_event_wait(&options[i].on_phase1_done, ten_seconds_time())); in test_threading()
265 GPR_ASSERT(gpr_event_wait(&options[i].on_finished, ten_seconds_time())); in test_threading()