Home
last modified time | relevance | path

Searched refs:caller_thread (Results 1 – 14 of 14) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32proc.c351 HANDLE caller_thread; member
510 && itimer->caller_thread) in timer_loop()
515 HANDLE th = itimer->caller_thread; in timer_loop()
593 if (itimer->caller_thread) in stop_timer_thread()
595 CloseHandle (itimer->caller_thread); in stop_timer_thread()
596 itimer->caller_thread = NULL; in stop_timer_thread()
661 if (itimer->caller_thread) in start_timer_thread()
663 CloseHandle (itimer->caller_thread); in start_timer_thread()
664 itimer->caller_thread = NULL; in start_timer_thread()
677 itimer->caller_thread = th; in start_timer_thread()
[all …]
H A DChangeLog.123713 (start_timer_thread): Don't assign itimer->caller_thread here.
3714 (getitimer): Assign itimer->caller_thread here.
/dports/editors/emacs/emacs-27.2/src/
H A Dw32proc.c351 HANDLE caller_thread; member
510 && itimer->caller_thread) in timer_loop()
515 HANDLE th = itimer->caller_thread; in timer_loop()
593 if (itimer->caller_thread) in stop_timer_thread()
595 CloseHandle (itimer->caller_thread); in stop_timer_thread()
596 itimer->caller_thread = NULL; in stop_timer_thread()
661 if (itimer->caller_thread) in start_timer_thread()
663 CloseHandle (itimer->caller_thread); in start_timer_thread()
664 itimer->caller_thread = NULL; in start_timer_thread()
677 itimer->caller_thread = th; in start_timer_thread()
[all …]
H A DChangeLog.123713 (start_timer_thread): Don't assign itimer->caller_thread here.
3714 (getitimer): Assign itimer->caller_thread here.
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp757 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
758 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp765 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
766 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiImpl.cpp846 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
847 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp760 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
761 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp831 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
832 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp849 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
850 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp831 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
832 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp836 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
837 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp823 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
824 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp823 JavaThread* thread, JavaThread* caller_thread, jint depth) in VM_GetReceiver() argument
824 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {} in VM_GetReceiver()