Home
last modified time | relevance | path

Searched refs:RunThreadArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp78 struct RunThreadArgs { struct
84 RunThreadArgs *run_args = (RunThreadArgs *)argument; in RunThread()
162 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
H A Dsanitizer_stoptheworld_mac.cpp48 struct RunThreadArgs { struct
54 struct RunThreadArgs *run_args = (struct RunThreadArgs *)arg; in RunThread()
83 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp158 struct RunThreadArgs { struct
183 RunThreadArgs *args = static_cast<RunThreadArgs*>(arg); in RunThread()
203 RunThreadArgs args[kNumShards]; in ThreadedTestRegistry()