Searched refs:StopTheWorldCallback (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h56 typedef void (*StopTheWorldCallback)( typedef in namespace:__sanitizer
65 void StopTheWorld(StopTheWorldCallback callback, void *argument);
H A Dsanitizer_stoptheworld_linux_libcdep.cc84 StopTheWorldCallback callback;
367 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc153 StopTheWorldCallback callback;
172 void DoStopTheWorld(StopTheWorldCallback callback, void *argument) {
H A Dlsan_common.h104 void DoStopTheWorld(StopTheWorldCallback callback, void* argument);

Completed in 76 milliseconds