Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/
H A Drace_condition.pass.cpp62 int weak_changes_count = 0; in run_test() local
63 while (shared_changes_count < 25 && weak_changes_count < 25) { in run_test()
75 if (last != new_val) ++weak_changes_count; in run_test()