• Home
  • Raw
  • Download

Lines Matching refs:jthread

143   static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) {  in GetThreadState()
148 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread()
153 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads()
158 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread()
166 const jthread* request_list, in SuspendThreadList()
173 static jvmtiError ResumeThread(jvmtiEnv* env, jthread thread) { in ResumeThread()
181 const jthread* request_list, in ResumeThreadList()
188 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) { in StopThread()
194 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread()
200 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo()
206 jthread thread, in GetOwnedMonitorInfo()
218 jthread thread, in GetOwnedMonitorStackDepthInfo()
230 jthread thread, in GetCurrentContendedMonitor()
238 jthread thread, in RunAgentThread()
246 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage()
251 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage()
273 jthread** threads_ptr, in GetThreadGroupChildren()
286 jthread thread, in GetStackTrace()
310 const jthread* thread_list, in GetThreadListStackTraces()
321 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount()
326 static jvmtiError PopFrame(jvmtiEnv* env, jthread thread) { in PopFrame()
333 jthread thread, in GetFrameLocation()
341 static jvmtiError NotifyFramePop(jvmtiEnv* env, jthread thread, jint depth) { in NotifyFramePop()
348 jthread thread ATTRIBUTE_UNUSED, in ForceEarlyReturnObject()
356 jthread thread ATTRIBUTE_UNUSED, in ForceEarlyReturnInt()
364 jthread thread ATTRIBUTE_UNUSED, in ForceEarlyReturnLong()
372 jthread thread ATTRIBUTE_UNUSED, in ForceEarlyReturnFloat()
380 jthread thread ATTRIBUTE_UNUSED, in ForceEarlyReturnDouble()
387 static jvmtiError ForceEarlyReturnVoid(jvmtiEnv* env, jthread thread ATTRIBUTE_UNUSED) { in ForceEarlyReturnVoid()
531 jthread thread, in GetLocalObject()
541 jthread thread, in GetLocalInstance()
550 jthread thread, in GetLocalInt()
560 jthread thread, in GetLocalLong()
570 jthread thread, in GetLocalFloat()
580 jthread thread, in GetLocalDouble()
590 jthread thread, in SetLocalObject()
600 jthread thread, in SetLocalInt()
610 jthread thread, in SetLocalLong()
620 jthread thread, in SetLocalFloat()
630 jthread thread, in SetLocalDouble()
1061 jthread event_thread, in SetEventNotificationMode()
1254 jthread thread ATTRIBUTE_UNUSED, in GetThreadCpuTime()