Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc125 gpr_event on_started; member
148 gpr_event_set(&opt->on_started, (void*)static_cast<intptr_t>(1)); in producer_thread()
179 gpr_event_set(&opt->on_started, (void*)static_cast<intptr_t>(1)); in consumer_thread()
225 gpr_event_init(&options[i].on_started); in test_threading()
240 gpr_event_wait(&options[i].on_started, ten_seconds_time()); in test_threading()