Searched refs:test_thread_options (Results 1 – 1 of 1) sorted by relevance
124 typedef struct test_thread_options { struct133 } test_thread_options; argument144 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()