Lines Matching refs:ERR
232 return ERR(NULL_POINTER); in CreateRawMonitor()
238 return ERR(NONE); in CreateRawMonitor()
243 return ERR(INVALID_MONITOR); in DestroyRawMonitor()
250 return ERR(NOT_MONITOR_OWNER); in DestroyRawMonitor()
253 return ERR(NONE); in DestroyRawMonitor()
258 return ERR(INVALID_MONITOR); in RawMonitorEnterNoSuspend()
266 return ERR(NONE); in RawMonitorEnterNoSuspend()
271 return ERR(INVALID_MONITOR); in RawMonitorEnter()
279 return ERR(NONE); in RawMonitorEnter()
284 return ERR(INVALID_MONITOR); in RawMonitorExit()
291 return ERR(NOT_MONITOR_OWNER); in RawMonitorExit()
294 return ERR(NONE); in RawMonitorExit()
301 return ERR(INVALID_MONITOR); in RawMonitorWait()
314 return ERR(NOT_MONITOR_OWNER); in RawMonitorWait()
319 return ERR(INTERRUPT); in RawMonitorWait()
322 return ERR(NONE); in RawMonitorWait()
327 return ERR(INVALID_MONITOR); in RawMonitorNotify()
334 return ERR(NOT_MONITOR_OWNER); in RawMonitorNotify()
337 return ERR(NONE); in RawMonitorNotify()
342 return ERR(INVALID_MONITOR); in RawMonitorNotifyAll()
349 return ERR(NOT_MONITOR_OWNER); in RawMonitorNotifyAll()
352 return ERR(NONE); in RawMonitorNotifyAll()
359 return ERR(NULL_POINTER); in GetCurrentContendedMonitor()
365 jvmtiError err = ERR(INTERNAL); in GetCurrentContendedMonitor()
431 return ERR(THREAD_NOT_ALIVE); in GetCurrentContendedMonitor()