Home
last modified time | relevance | path

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

/examples/utest/testcases/mm/
A Dtest_synchronization.h55 size_t test_times = TEST_TIMES; in group1_entry() local
56 size_t alive = test_times / 10; in group1_entry()
59 while (test_times--) in group1_entry()
61 if (test_times % alive == 0) in group1_entry()
85 size_t test_times = TEST_TIMES; in group2_entry() local
86 size_t alive = test_times / 10; in group2_entry()
89 while (test_times--) in group2_entry()
91 if (test_times % alive == 0) in group2_entry()

Completed in 3 milliseconds