Searched defs:AdvancedCallbackArgument (Results 1 – 1 of 1) sorted by relevance
86 struct AdvancedCallbackArgument { struct87 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 = {};