OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopTheWorld
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/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);
197
TEST(
StopTheWorld
, SegvInCallback) {
199
StopTheWorld
(&SegvCallback, NULL);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld.h
10
// Defines the
StopTheWorld
function which suspends the execution of the current
61
void
StopTheWorld
(StopTheWorldCallback callback, void *argument);
sanitizer_stoptheworld_mac.cc
82
void
StopTheWorld
(StopTheWorldCallback callback, void *argument) {
sanitizer_stoptheworld_linux_libcdep.cc
71
// supplied to
StopTheWorld
() is run in the tracer task while the threads are
394
void
StopTheWorld
(StopTheWorldCallback callback, void *argument) {
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc
121
StopTheWorld
(param->callback, param->argument);
131
// in the tracer. The solution is to run
stoptheworld
from a dl_iterate_phdr()
lsan_common_mac.cc
198
StopTheWorld
(callback, argument);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_memory_profile.cc
127
__sanitizer::
StopTheWorld
(__asan::MemoryProfileCB, Arg);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc
143
StopTheWorld
(FlushShadowMemoryCallback, 0);
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025