Home
last modified time | relevance | path

Searched refs:exc_thread (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/sanitized/
H A Dprocess_snapshot_sanitized.cc103 const ThreadSnapshot* exc_thread = nullptr; in Initialize() local
106 exc_thread = thread; in Initialize()
110 if (!exc_thread) { in Initialize()
133 exc_thread->Stack(), in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/sanitized/
H A Dprocess_snapshot_sanitized.cc103 const ThreadSnapshot* exc_thread = nullptr; in Initialize() local
106 exc_thread = thread; in Initialize()
110 if (!exc_thread) { in Initialize()
133 exc_thread->Stack(), in Initialize()
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dvm_osx.c472 mach_port_t exc_thread; in macosx_init_exception_handler() local
476 retval = thread_create(task_self, &exc_thread); in macosx_init_exception_handler()
486 retval = thread_set_state(exc_thread, ARCH_THREAD_STATE, in macosx_init_exception_handler()
493 retval = thread_resume(exc_thread); in macosx_init_exception_handler()
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dvm_osx.c472 mach_port_t exc_thread; in macosx_init_exception_handler() local
476 retval = thread_create(task_self, &exc_thread); in macosx_init_exception_handler()
486 retval = thread_set_state(exc_thread, ARCH_THREAD_STATE, in macosx_init_exception_handler()
493 retval = thread_resume(exc_thread); in macosx_init_exception_handler()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DMemTools.cpp210 std::thread exc_thread(ExceptionThread, port);
211 exc_thread.detach();
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DExceptionHandlerSetup.cpp193 std::thread exc_thread(ExceptionThread, port); in InstallExceptionHandler() local
194 exc_thread.detach(); in InstallExceptionHandler()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DExceptionHandlerSetup.cpp193 std::thread exc_thread(ExceptionThread, port); in InstallExceptionHandler() local
194 exc_thread.detach(); in InstallExceptionHandler()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DExceptionHandlerSetup.cpp193 std::thread exc_thread(ExceptionThread, port); in InstallExceptionHandler() local
194 exc_thread.detach(); in InstallExceptionHandler()
/dports/emulators/aranym/aranym-1.1.0/src/Unix/darwin/
H A Dsigsegv_darwin_x86.cpp226 static pthread_t exc_thread; variable
665 if (pthread_create(&exc_thread, NULL, &handleExceptions, NULL) != 0) { in sigsegv_do_install_handler()
671 (void)pthread_detach(exc_thread); in sigsegv_do_install_handler()