Home
last modified time | relevance | path

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

/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc372 static int cb_counter; in test_callback() local
408 cb_counter = 0; in test_callback()
429 cb_counter++; in test_callback()
431 if (cb_counter == GPR_ARRAY_SIZE(tags)) { in test_callback()
455 while (cb_counter != GPR_ARRAY_SIZE(tags)) { in test_callback()