Lines Matching refs:err

231                                  /*out*/ jvmtiError* err) {  in GetNativeThread()  argument
236 *err = ERR(INVALID_THREAD); in GetNativeThread()
247 /*out*/ jvmtiError* err) { in GetAliveNativeThread() argument
248 if (!GetNativeThread(thread, soa, thr, err)) { in GetAliveNativeThread()
251 *err = ERR(THREAD_NOT_ALIVE); in GetAliveNativeThread()
271 jvmtiError err = ERR(INTERNAL); in GetThreadInfo() local
272 if (!GetNativeThread(thread, soa, &target, &err)) { in GetThreadInfo()
273 return err; in GetThreadInfo()
576 jvmtiError err = ERR(INTERNAL); in GetThreadState() local
578 if (!GetNativeThread(thread, soa, &target, &err)) { in GetThreadState()
579 return err; in GetThreadState()
696 jvmtiError err = ERR(INTERNAL); in SetThreadLocalStorage() local
697 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SetThreadLocalStorage()
698 return err; in SetThreadLocalStorage()
733 jvmtiError err = ERR(INTERNAL); in GetThreadLocalStorage() local
734 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in GetThreadLocalStorage()
735 return err; in GetThreadLocalStorage()
881 jvmtiError err = ERR(INTERNAL); in SuspendOther() local
882 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther()
883 return err; in SuspendOther()
943 jvmtiError err = ERR(INTERNAL); in SuspendThread() local
944 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SuspendThread()
945 return err; in SuspendThread()
973 jvmtiError err = ERR(INTERNAL); in ResumeThread() local
974 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in ResumeThread()
975 return err; in ResumeThread()
1091 jvmtiError err = ERR(INTERNAL); in StopThread() local
1092 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in StopThread()
1094 return err; in StopThread()
1129 jvmtiError err = ERR(INTERNAL); in InterruptThread() local
1130 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in InterruptThread()
1131 return err; in InterruptThread()