Lines Matching defs:thread
139 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) { in GetThreadState()
154 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread()
169 static jvmtiError ResumeThread(jvmtiEnv* env, jthread thread) { in ResumeThread()
184 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) { in StopThread()
190 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread()
196 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo()
202 jthread thread, in GetOwnedMonitorInfo()
214 jthread thread, in GetOwnedMonitorStackDepthInfo()
226 jthread thread, in GetCurrentContendedMonitor()
234 jthread thread, in RunAgentThread()
242 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage()
247 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage()
282 jthread thread, in GetStackTrace()
317 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount()
322 static jvmtiError PopFrame(jvmtiEnv* env, jthread thread) { in PopFrame()
329 jthread thread, in GetFrameLocation()
337 static jvmtiError NotifyFramePop(jvmtiEnv* env, jthread thread, jint depth) { in NotifyFramePop()
343 static jvmtiError ForceEarlyReturnObject(jvmtiEnv* env, jthread thread, jobject value) { in ForceEarlyReturnObject()
349 static jvmtiError ForceEarlyReturnInt(jvmtiEnv* env, jthread thread, jint value) { in ForceEarlyReturnInt()
355 static jvmtiError ForceEarlyReturnLong(jvmtiEnv* env, jthread thread, jlong value) { in ForceEarlyReturnLong()
361 static jvmtiError ForceEarlyReturnFloat(jvmtiEnv* env, jthread thread, jfloat value) { in ForceEarlyReturnFloat()
367 static jvmtiError ForceEarlyReturnDouble(jvmtiEnv* env, jthread thread, jdouble value) { in ForceEarlyReturnDouble()
373 static jvmtiError ForceEarlyReturnVoid(jvmtiEnv* env, jthread thread) { in ForceEarlyReturnVoid()
517 jthread thread, in GetLocalObject()
527 jthread thread, in GetLocalInstance()
536 jthread thread, in GetLocalInt()
546 jthread thread, in GetLocalLong()
556 jthread thread, in GetLocalFloat()
566 jthread thread, in GetLocalDouble()
576 jthread thread, in SetLocalObject()
586 jthread thread, in SetLocalInt()
596 jthread thread, in SetLocalLong()
606 jthread thread, in SetLocalFloat()
616 jthread thread, in SetLocalDouble()
1217 [[maybe_unused]] jthread thread, in GetThreadCpuTime()