Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc47 struct RunThreadArgs { struct
53 struct RunThreadArgs *run_args = (struct RunThreadArgs *)arg; in RunThread()
81 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc49 struct RunThreadArgs { struct
55 struct RunThreadArgs *run_args = (struct RunThreadArgs *)arg; in RunThread()
83 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc161 struct RunThreadArgs { struct
186 RunThreadArgs *args = static_cast<RunThreadArgs*>(arg); in RunThread()
205 RunThreadArgs args[kNumShards]; in ThreadedTestRegistry()