Lines Matching refs:err

233                                  /*out*/ jvmtiError* err) {  in GetNativeThread()  argument
239 *err = ERR(INVALID_THREAD); in GetNativeThread()
250 /*out*/ jvmtiError* err) { in GetAliveNativeThread() argument
251 if (!GetNativeThread(thread, soa, thr, err)) { in GetAliveNativeThread()
254 *err = ERR(THREAD_NOT_ALIVE); in GetAliveNativeThread()
274 jvmtiError err = ERR(INTERNAL); in GetThreadInfo() local
275 if (!GetNativeThread(thread, soa, &target, &err)) { in GetThreadInfo()
276 return err; in GetThreadInfo()
579 jvmtiError err = ERR(INTERNAL); in GetThreadState() local
581 if (!GetNativeThread(thread, soa, &target, &err)) { in GetThreadState()
582 return err; in GetThreadState()
699 jvmtiError err = ERR(INTERNAL); in SetThreadLocalStorage() local
700 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SetThreadLocalStorage()
701 return err; in SetThreadLocalStorage()
736 jvmtiError err = ERR(INTERNAL); in GetThreadLocalStorage() local
737 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in GetThreadLocalStorage()
738 return err; in GetThreadLocalStorage()
884 jvmtiError err = ERR(INTERNAL); in SuspendOther() local
885 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther()
886 return err; in SuspendOther()
946 jvmtiError err = ERR(INTERNAL); in SuspendThread() local
947 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in SuspendThread()
948 return err; in SuspendThread()
976 jvmtiError err = ERR(INTERNAL); in ResumeThread() local
977 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in ResumeThread()
978 return err; in ResumeThread()
1094 jvmtiError err = ERR(INTERNAL); in StopThread() local
1095 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in StopThread()
1097 return err; in StopThread()
1132 jvmtiError err = ERR(INTERNAL); in InterruptThread() local
1133 if (!GetAliveNativeThread(thread, soa, &target, &err)) { in InterruptThread()
1134 return err; in InterruptThread()