Lines Matching refs:jthread

145   static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) {  in GetThreadState()
150 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread()
155 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads()
160 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread()
168 const jthread* request_list, in SuspendThreadList()
175 static jvmtiError ResumeThread(jvmtiEnv* env, jthread thread) { in ResumeThread()
183 const jthread* request_list, in ResumeThreadList()
190 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) { in StopThread()
196 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread()
202 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo()
208 jthread thread, in GetOwnedMonitorInfo()
220 jthread thread, in GetOwnedMonitorStackDepthInfo()
232 jthread thread, in GetCurrentContendedMonitor()
240 jthread thread, in RunAgentThread()
248 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage()
253 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage()
275 jthread** threads_ptr, in GetThreadGroupChildren()
288 jthread thread, in GetStackTrace()
312 const jthread* thread_list, in GetThreadListStackTraces()
323 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount()
328 static jvmtiError PopFrame(jvmtiEnv* env, jthread thread) { in PopFrame()
335 jthread thread, in GetFrameLocation()
343 static jvmtiError NotifyFramePop(jvmtiEnv* env, jthread thread, jint depth) { in NotifyFramePop()
349 static jvmtiError ForceEarlyReturnObject(jvmtiEnv* env, jthread thread, jobject value) { in ForceEarlyReturnObject()
355 static jvmtiError ForceEarlyReturnInt(jvmtiEnv* env, jthread thread, jint value) { in ForceEarlyReturnInt()
361 static jvmtiError ForceEarlyReturnLong(jvmtiEnv* env, jthread thread, jlong value) { in ForceEarlyReturnLong()
367 static jvmtiError ForceEarlyReturnFloat(jvmtiEnv* env, jthread thread, jfloat value) { in ForceEarlyReturnFloat()
373 static jvmtiError ForceEarlyReturnDouble(jvmtiEnv* env, jthread thread, jdouble value) { in ForceEarlyReturnDouble()
379 static jvmtiError ForceEarlyReturnVoid(jvmtiEnv* env, jthread thread) { in ForceEarlyReturnVoid()
523 jthread thread, in GetLocalObject()
533 jthread thread, in GetLocalInstance()
542 jthread thread, in GetLocalInt()
552 jthread thread, in GetLocalLong()
562 jthread thread, in GetLocalFloat()
572 jthread thread, in GetLocalDouble()
582 jthread thread, in SetLocalObject()
592 jthread thread, in SetLocalInt()
602 jthread thread, in SetLocalLong()
612 jthread thread, in SetLocalFloat()
622 jthread thread, in SetLocalDouble()
1031 jthread event_thread, in SetEventNotificationMode()
1224 jthread thread ATTRIBUTE_UNUSED, in GetThreadCpuTime()