OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threads_stopped
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
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
...]
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
...]
Completed in 43 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025