Home
last modified time | relevance | path

Searched defs:incr_step (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/gpr/
H A Dspinlock_test.cc44 int incr_step; // how much to increment/decrement refcount each time member
50 static struct test* test_new(int threads, int64_t iterations, int incr_step) { in test_new()
92 static void test(void (*body)(void* m), int timeout_s, int incr_step) { in test()
H A Dsync_test.cc147 int incr_step; // how much to increment/decrement refcount each time member
165 static struct test* test_new(int nthreads, int64_t iterations, int incr_step) { in test_new()
245 void (*extra)(void* m), int timeout_s, int incr_step) { in test()