Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dcall_once_test.cpp65 static __llvm_libc::cpp::Atomic<unsigned int> start_count; variable
69 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()