Lines Matching refs:jthread

72 typedef jobject jthread;  typedef
540 jthread thread;
610 jthread owner;
613 jthread* waiters;
615 jthread* notify_waiters;
723 jthread thread,
742 jthread thread,
748 jthread thread,
777 jthread thread,
787 jthread thread,
795 jthread thread,
805 jthread thread,
817 jthread thread,
830 jthread thread,
836 jthread thread,
844 jthread thread,
850 jthread thread,
856 jthread thread,
863 jthread thread,
870 jthread thread,
889 jthread thread,
896 jthread thread);
901 jthread thread);
910 jthread thread);
915 jthread thread,
1011 jthread event_thread,
1020 jthread** threads_ptr);
1024 jthread thread);
1028 jthread thread);
1032 jthread thread,
1037 jthread thread);
1041 jthread thread,
1046 jthread thread,
1052 jthread thread,
1057 jthread thread,
1076 jthread** threads_ptr,
1082 jthread thread,
1087 jthread thread,
1092 jthread* thread_ptr);
1096 jthread thread,
1103 jthread thread,
1108 jthread thread,
1115 jthread thread,
1122 jthread thread,
1129 jthread thread,
1136 jthread thread,
1143 jthread thread,
1150 jthread thread,
1157 jthread thread,
1164 jthread thread,
1171 jthread thread,
1429 jthread thread);
1433 jthread thread,
1438 jthread thread,
1443 jthread thread,
1448 jthread thread,
1453 jthread thread,
1458 jthread thread);
1486 const jthread* request_list,
1492 const jthread* request_list,
1522 const jthread* thread_list,
1528 jthread thread,
1533 jthread thread,
1538 jthread thread,
1698 jthread thread,
1769 jthread thread,
1780 jthread thread,
1800 jvmtiError GetThreadState(jthread thread, in GetThreadState()
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()
1810 jthread** threads_ptr) { in GetAllThreads()
1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread()
1819 const jthread* request_list, in SuspendThreadList()
1824 jvmtiError ResumeThread(jthread thread) { in ResumeThread()
1829 const jthread* request_list, in ResumeThreadList()
1834 jvmtiError StopThread(jthread thread, in StopThread()
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread()
1843 jvmtiError GetThreadInfo(jthread thread, in GetThreadInfo()
1848 jvmtiError GetOwnedMonitorInfo(jthread thread, in GetOwnedMonitorInfo()
1854 jvmtiError GetOwnedMonitorStackDepthInfo(jthread thread, in GetOwnedMonitorStackDepthInfo()
1860 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor()
1865 jvmtiError RunAgentThread(jthread thread, in RunAgentThread()
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage()
1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage()
1894 jthread** threads_ptr, in GetThreadGroupChildren()
1900 jvmtiError GetStackTrace(jthread thread, in GetStackTrace()
1915 const jthread* thread_list, in GetThreadListStackTraces()
1921 jvmtiError GetFrameCount(jthread thread, in GetFrameCount()
1926 jvmtiError PopFrame(jthread thread) { in PopFrame()
1930 jvmtiError GetFrameLocation(jthread thread, in GetFrameLocation()
1937 jvmtiError NotifyFramePop(jthread thread, in NotifyFramePop()
1942 jvmtiError ForceEarlyReturnObject(jthread thread, in ForceEarlyReturnObject()
1947 jvmtiError ForceEarlyReturnInt(jthread thread, in ForceEarlyReturnInt()
1952 jvmtiError ForceEarlyReturnLong(jthread thread, in ForceEarlyReturnLong()
1957 jvmtiError ForceEarlyReturnFloat(jthread thread, in ForceEarlyReturnFloat()
1962 jvmtiError ForceEarlyReturnDouble(jthread thread, in ForceEarlyReturnDouble()
1967 jvmtiError ForceEarlyReturnVoid(jthread thread) { in ForceEarlyReturnVoid()
2034 jvmtiError GetLocalObject(jthread thread, in GetLocalObject()
2041 jvmtiError GetLocalInstance(jthread thread, in GetLocalInstance()
2047 jvmtiError GetLocalInt(jthread thread, in GetLocalInt()
2054 jvmtiError GetLocalLong(jthread thread, in GetLocalLong()
2061 jvmtiError GetLocalFloat(jthread thread, in GetLocalFloat()
2068 jvmtiError GetLocalDouble(jthread thread, in GetLocalDouble()
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject()
2082 jvmtiError SetLocalInt(jthread thread, in SetLocalInt()
2089 jvmtiError SetLocalLong(jthread thread, in SetLocalLong()
2096 jvmtiError SetLocalFloat(jthread thread, in SetLocalFloat()
2103 jvmtiError SetLocalDouble(jthread thread, in SetLocalDouble()
2399 jthread event_thread, in SetEventNotificationMode()
2451 jvmtiError GetThreadCpuTime(jthread thread, in GetThreadCpuTime()