HomeSort by: relevance | last modified time | path
    Searched defs:StopTheWorld (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_fuchsia.cpp 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
sanitizer_stoptheworld_mac.cpp 82 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
sanitizer_stoptheworld_netbsd_libcdep.cpp 12 // This is a NetBSD variation of Linux stoptheworld implementation
270 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
sanitizer_stoptheworld_linux_libcdep.cpp 70 // supplied to StopTheWorld() is run in the tracer task while the threads are
394 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 82 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
sanitizer_stoptheworld_linux_libcdep.cc 71 // supplied to StopTheWorld() is run in the tracer task while the threads are
394 void StopTheWorld(StopTheWorldCallback callback, void *argument) {

Completed in 29 milliseconds