Searched refs:TracerThread (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_netbsd_libcdep.cc | 180 static int TracerThread(void *argument) { in TracerThread() function 287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 292 static int TracerThread(void* argument) { in TracerThread() function 452 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 180 static int TracerThread(void *argument) { in TracerThread() function 287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 278 static int TracerThread(void* argument) { in TracerThread() function 432 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 278 static int TracerThread(void* argument) { in TracerThread() function 432 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|