Home
last modified time | relevance | path

Searched defs:AdvancedCallbackArgument (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp86 struct AdvancedCallbackArgument { struct
87 std::atomic_uintptr_t thread_index = {};
88 std::atomic_int counters[kThreadCount] = {};
89 std::thread threads[kThreadCount];
90 std::atomic_bool threads_stopped = {};
91 std::atomic_bool callback_executed = {};