Home
last modified time | relevance | path

Searched refs:DoStopTheWorldParam (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_linux.cpp111 struct DoStopTheWorldParam { struct
127 DoStopTheWorldParam *param = reinterpret_cast<DoStopTheWorldParam *>(data); in LockStuffAndStopTheWorldCallback()
144 DoStopTheWorldParam param = {callback, argument}; in LockStuffAndStopTheWorld()
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc159 struct DoStopTheWorldParam { struct
166 DoStopTheWorldParam *param = reinterpret_cast<DoStopTheWorldParam *>(data); in DoStopTheWorldCallback()
180 DoStopTheWorldParam param = {callback, argument}; in DoStopTheWorld()