Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc129 gpr_event on_finished; member
171 gpr_event_set(&opt->on_finished, (void*)static_cast<intptr_t>(1)); in producer_thread()
199 gpr_event_set(&opt->on_finished, (void*)static_cast<intptr_t>(1)); in consumer_thread()
227 gpr_event_init(&options[i].on_finished); in test_threading()
265 GPR_ASSERT(gpr_event_wait(&options[i].on_finished, ten_seconds_time())); in test_threading()