Searched refs:start_count (Results 1 – 1 of 1) sorted by relevance
65 static __llvm_libc::cpp::Atomic<unsigned int> start_count; variable69 start_count.fetch_add(1); in once_func_caller()79 start_count = 0; in test_synchronization()94 while (start_count.load() != 2) in test_synchronization()