Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc124 typedef struct test_thread_options { struct
133 } test_thread_options; argument
144 test_thread_options* opt = static_cast<test_thread_options*>(arg); in producer_thread()
175 test_thread_options* opt = static_cast<test_thread_options*>(arg); in consumer_thread()
209 test_thread_options* options = static_cast<test_thread_options*>( in test_threading()
210 gpr_malloc((producers + consumers) * sizeof(test_thread_options))); in test_threading()