OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopTheWorld
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc
9
// Dynamic library to test
StopTheWorld
functionality.
42
StopTheWorld
(Callback, NULL);
sanitizer_stoptheworld_test.cc
71
TEST(
StopTheWorld
, SuspendThreadsSimple) {
80
StopTheWorld
(&Callback, &argument);
91
//
StopTheWorld
in parallel.
164
TEST(
StopTheWorld
, SuspendThreadsAdvanced) {
177
StopTheWorld
(&AdvancedCallback, &argument);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h
10
// Defines the
StopTheWorld
function which suspends the execution of the current
64
void
StopTheWorld
(StopTheWorldCallback callback, void *argument);
sanitizer_stoptheworld_linux_libcdep.cc
43
// supplied to
StopTheWorld
() is run in the tracer task while the threads are
290
void
StopTheWorld
(StopTheWorldCallback callback, void *argument) {
/external/compiler-rt/lib/lsan/
lsan_common.cc
365
StopTheWorld
(DoLeakCheckCallback, ¶m);
Completed in 168 milliseconds