Home
last modified time | relevance | path

Searched refs:native_thread (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__threading_native_before_monkey.py22 native_thread = None variable
28 global native_thread
29 if native_thread is not None:
30 native_thread.stop(1)
31 native_thread = None
46 if native_thread is None or not native_thread.do_run: # pragma: no cover
51 native_thread.stop(timeout=1)
55 native_thread.stop()
60 native_thread = NativeThread() variable
61 native_thread.daemon = True
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/jni/
H A DjfrJavaSupport.cpp727 JavaThread* native_thread = NULL; in jfr_thread_id() local
728 (void)tlh.cv_internal_thread_to_JavaThread(thread, &native_thread, NULL); in jfr_thread_id()
729 return native_thread != NULL ? JFR_THREAD_ID(native_thread) : 0; in jfr_thread_id()
735 JavaThread* native_thread = NULL; in exclude() local
737 if (native_thread != NULL) { in exclude()
738 JfrThreadLocal::exclude(native_thread); in exclude()
748 JavaThread* native_thread = NULL; in include() local
750 if (native_thread != NULL) { in include()
751 JfrThreadLocal::include(native_thread); in include()
761 JavaThread* native_thread = NULL; in is_excluded() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_mips64.cpp31 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
32 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
36 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64() argument
38 native_thread, new RegisterContextFreeBSD_mips64(target_arch)) {} in NativeRegisterContextFreeBSD_mips64()
H A DNativeRegisterContextFreeBSD_arm.cpp32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
33 return new NativeRegisterContextFreeBSD_arm(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm() argument
39 native_thread, new RegisterInfoPOSIX_arm(target_arch)) {} in NativeRegisterContextFreeBSD_arm()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_mips64.cpp31 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
32 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
36 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64() argument
38 native_thread, new RegisterContextFreeBSD_mips64(target_arch)) {} in NativeRegisterContextFreeBSD_mips64()
H A DNativeRegisterContextFreeBSD_arm.cpp32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
33 return new NativeRegisterContextFreeBSD_arm(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm() argument
39 native_thread, new RegisterInfoPOSIX_arm(target_arch)) {} in NativeRegisterContextFreeBSD_arm()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_mips64.cpp31 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
32 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
36 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64() argument
38 native_thread, new RegisterContextFreeBSD_mips64(target_arch)) {} in NativeRegisterContextFreeBSD_mips64()
H A DNativeRegisterContextFreeBSD_arm.cpp32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
33 return new NativeRegisterContextFreeBSD_arm(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm() argument
39 native_thread, new RegisterInfoPOSIX_arm(target_arch)) {} in NativeRegisterContextFreeBSD_arm()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_mips64.cpp31 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
32 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
36 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64() argument
38 native_thread, new RegisterContextFreeBSD_mips64(target_arch)) {} in NativeRegisterContextFreeBSD_mips64()
H A DNativeRegisterContextFreeBSD_arm.cpp32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) {
33 return new NativeRegisterContextFreeBSD_arm(target_arch, native_thread);
37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread)
39 native_thread, new RegisterInfoPOSIX_arm(target_arch)) {}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/jni/
H A DjfrJavaSupport.cpp726 JavaThread* native_thread = NULL; in get_native() local
728 return native_thread; in get_native()
732 JavaThread* native_thread = get_native(thread); in jfr_thread_id() local
733 return native_thread != NULL ? JFR_THREAD_ID(native_thread) : 0; in jfr_thread_id()
737 JavaThread* native_thread = get_native(thread); in exclude() local
738 if (native_thread != NULL) { in exclude()
739 JfrThreadLocal::exclude(native_thread); in exclude()
747 JavaThread* native_thread = get_native(thread); in include() local
748 if (native_thread != NULL) { in include()
749 JfrThreadLocal::include(native_thread); in include()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/jni/
H A DjfrJavaSupport.cpp729 JavaThread* native_thread = NULL; in get_native() local
731 return native_thread; in get_native()
735 JavaThread* native_thread = get_native(thread); in jfr_thread_id() local
736 return native_thread != NULL ? JFR_THREAD_ID(native_thread) : 0; in jfr_thread_id()
740 JavaThread* native_thread = get_native(thread); in exclude() local
741 if (native_thread != NULL) { in exclude()
742 JfrThreadLocal::exclude(native_thread); in exclude()
750 JavaThread* native_thread = get_native(thread); in include() local
751 if (native_thread != NULL) { in include()
752 JfrThreadLocal::include(native_thread); in include()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/jni/
H A DjfrJavaSupport.cpp728 JavaThread* native_thread = NULL; in get_native() local
730 return native_thread; in get_native()
734 JavaThread* native_thread = get_native(thread); in jfr_thread_id() local
735 return native_thread != NULL ? JFR_THREAD_ID(native_thread) : 0; in jfr_thread_id()
739 JavaThread* native_thread = get_native(thread); in exclude() local
740 if (native_thread != NULL) { in exclude()
741 JfrThreadLocal::exclude(native_thread); in exclude()
749 JavaThread* native_thread = get_native(thread); in include() local
750 if (native_thread != NULL) { in include()
751 JfrThreadLocal::include(native_thread); in include()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.cpp32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument
33 return new NativeRegisterContextFreeBSD_arm(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm() argument
39 native_thread, new RegisterInfoPOSIX_arm(target_arch)) {} in NativeRegisterContextFreeBSD_arm()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.cpp24 NativeThreadProtocol &native_thread, in NativeRegisterContextNetBSD() argument
26 : NativeRegisterContextRegisterInfo(native_thread, in NativeRegisterContextNetBSD()

12345678910>>...15