Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dcombiner_test.cc118 static gpr_event got_in_finally; variable
121 gpr_event_set(&got_in_finally, (void*)1); in in_finally()
136 gpr_event_init(&got_in_finally); in test_execute_finally()
141 GPR_ASSERT(gpr_event_wait(&got_in_finally, in test_execute_finally()