Lines Matching refs:thread

540     jthread thread;  member
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,
1024 jthread thread);
1028 jthread thread);
1032 jthread thread,
1037 jthread thread);
1041 jthread thread,
1046 jthread thread,
1052 jthread thread,
1057 jthread thread,
1082 jthread thread,
1087 jthread thread,
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);
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()
1802 return functions->GetThreadState(this, thread, thread_state_ptr); in GetThreadState()
1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread()
1815 return functions->SuspendThread(this, thread); in SuspendThread()
1824 jvmtiError ResumeThread(jthread thread) { in ResumeThread()
1825 return functions->ResumeThread(this, thread); in ResumeThread()
1834 jvmtiError StopThread(jthread thread, in StopThread()
1836 return functions->StopThread(this, thread, exception); in StopThread()
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread()
1840 return functions->InterruptThread(this, thread); in InterruptThread()
1843 jvmtiError GetThreadInfo(jthread thread, in GetThreadInfo()
1845 return functions->GetThreadInfo(this, thread, info_ptr); in GetThreadInfo()
1848 jvmtiError GetOwnedMonitorInfo(jthread thread, in GetOwnedMonitorInfo()
1851 … return functions->GetOwnedMonitorInfo(this, thread, owned_monitor_count_ptr, owned_monitors_ptr); in GetOwnedMonitorInfo()
1854 jvmtiError GetOwnedMonitorStackDepthInfo(jthread thread, in GetOwnedMonitorStackDepthInfo()
1857 …return functions->GetOwnedMonitorStackDepthInfo(this, thread, monitor_info_count_ptr, monitor_info… in GetOwnedMonitorStackDepthInfo()
1860 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor()
1862 return functions->GetCurrentContendedMonitor(this, thread, monitor_ptr); in GetCurrentContendedMonitor()
1865 jvmtiError RunAgentThread(jthread thread, in RunAgentThread()
1869 return functions->RunAgentThread(this, thread, proc, arg, priority); in RunAgentThread()
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage()
1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage()
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr); in GetThreadLocalStorage()
1900 jvmtiError GetStackTrace(jthread thread, in GetStackTrace()
1905 …return functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_pt… in GetStackTrace()
1921 jvmtiError GetFrameCount(jthread thread, in GetFrameCount()
1923 return functions->GetFrameCount(this, thread, count_ptr); in GetFrameCount()
1926 jvmtiError PopFrame(jthread thread) { in PopFrame()
1927 return functions->PopFrame(this, thread); in PopFrame()
1930 jvmtiError GetFrameLocation(jthread thread, in GetFrameLocation()
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr); in GetFrameLocation()
1937 jvmtiError NotifyFramePop(jthread thread, in NotifyFramePop()
1939 return functions->NotifyFramePop(this, thread, depth); in NotifyFramePop()
1942 jvmtiError ForceEarlyReturnObject(jthread thread, in ForceEarlyReturnObject()
1944 return functions->ForceEarlyReturnObject(this, thread, value); in ForceEarlyReturnObject()
1947 jvmtiError ForceEarlyReturnInt(jthread thread, in ForceEarlyReturnInt()
1949 return functions->ForceEarlyReturnInt(this, thread, value); in ForceEarlyReturnInt()
1952 jvmtiError ForceEarlyReturnLong(jthread thread, in ForceEarlyReturnLong()
1954 return functions->ForceEarlyReturnLong(this, thread, value); in ForceEarlyReturnLong()
1957 jvmtiError ForceEarlyReturnFloat(jthread thread, in ForceEarlyReturnFloat()
1959 return functions->ForceEarlyReturnFloat(this, thread, value); in ForceEarlyReturnFloat()
1962 jvmtiError ForceEarlyReturnDouble(jthread thread, in ForceEarlyReturnDouble()
1964 return functions->ForceEarlyReturnDouble(this, thread, value); in ForceEarlyReturnDouble()
1967 jvmtiError ForceEarlyReturnVoid(jthread thread) { in ForceEarlyReturnVoid()
1968 return functions->ForceEarlyReturnVoid(this, thread); in ForceEarlyReturnVoid()
2034 jvmtiError GetLocalObject(jthread thread, in GetLocalObject()
2038 return functions->GetLocalObject(this, thread, depth, slot, value_ptr); in GetLocalObject()
2041 jvmtiError GetLocalInstance(jthread thread, in GetLocalInstance()
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr); in GetLocalInstance()
2047 jvmtiError GetLocalInt(jthread thread, in GetLocalInt()
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr); in GetLocalInt()
2054 jvmtiError GetLocalLong(jthread thread, in GetLocalLong()
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr); in GetLocalLong()
2061 jvmtiError GetLocalFloat(jthread thread, in GetLocalFloat()
2065 return functions->GetLocalFloat(this, thread, depth, slot, value_ptr); in GetLocalFloat()
2068 jvmtiError GetLocalDouble(jthread thread, in GetLocalDouble()
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr); in GetLocalDouble()
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject()
2079 return functions->SetLocalObject(this, thread, depth, slot, value); in SetLocalObject()
2082 jvmtiError SetLocalInt(jthread thread, in SetLocalInt()
2086 return functions->SetLocalInt(this, thread, depth, slot, value); in SetLocalInt()
2089 jvmtiError SetLocalLong(jthread thread, in SetLocalLong()
2093 return functions->SetLocalLong(this, thread, depth, slot, value); in SetLocalLong()
2096 jvmtiError SetLocalFloat(jthread thread, in SetLocalFloat()
2100 return functions->SetLocalFloat(this, thread, depth, slot, value); in SetLocalFloat()
2103 jvmtiError SetLocalDouble(jthread thread, in SetLocalDouble()
2107 return functions->SetLocalDouble(this, thread, depth, slot, value); in SetLocalDouble()
2451 jvmtiError GetThreadCpuTime(jthread thread, in GetThreadCpuTime()
2453 return functions->GetThreadCpuTime(this, thread, nanos_ptr); in GetThreadCpuTime()