Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/utilities/memory/util.smartptr/
Drace_condition.pass.cpp60 int weak_changes_count = 0; in run_test() local
61 while (shared_changes_count < 25 && weak_changes_count < 25) { in run_test()
73 if (last != new_val) ++weak_changes_count; in run_test()