Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cc97 struct AdvancedCallbackArgument { struct
98 volatile uptr thread_index;
99 volatile int counters[kThreadCount];
100 pthread_t thread_ids[kThreadCount];
101 volatile bool threads_stopped;
102 volatile bool callback_executed;
103 volatile bool fatal_error;
104 AdvancedCallbackArgument() in AdvancedCallbackArgument() argument