Home
last modified time | relevance | path

Searched defs:AdvancedCallbackArgument (Results 1 – 2 of 2) 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
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cpp96 struct AdvancedCallbackArgument { struct
97 volatile uptr thread_index;
98 volatile int counters[kThreadCount];
99 pthread_t thread_ids[kThreadCount];
100 volatile bool threads_stopped;
101 volatile bool callback_executed;
102 volatile bool fatal_error;
103 AdvancedCallbackArgument() in AdvancedCallbackArgument() argument