sanitizer_stoptheworld_test.cc | 32 volatile bool threads_stopped; member in struct:__sanitizer::CallbackArgument 36 threads_stopped(false), 64 callback_argument->threads_stopped = false; 68 callback_argument->threads_stopped = true; 83 EXPECT_TRUE(argument.threads_stopped); 101 volatile bool threads_stopped; member in struct:__sanitizer::AdvancedCallbackArgument 106 threads_stopped(false), 157 callback_argument->threads_stopped = false; 161 callback_argument->threads_stopped = true; 179 EXPECT_TRUE(argument.threads_stopped); [all...] |