Lines Matching refs:ERR
228 return ERR(NULL_POINTER); in CreateRawMonitor()
234 return ERR(NONE); in CreateRawMonitor()
239 return ERR(INVALID_MONITOR); in DestroyRawMonitor()
246 return ERR(NOT_MONITOR_OWNER); in DestroyRawMonitor()
249 return ERR(NONE); in DestroyRawMonitor()
254 return ERR(INVALID_MONITOR); in RawMonitorEnter()
262 return ERR(NONE); in RawMonitorEnter()
267 return ERR(INVALID_MONITOR); in RawMonitorExit()
274 return ERR(NOT_MONITOR_OWNER); in RawMonitorExit()
277 return ERR(NONE); in RawMonitorExit()
284 return ERR(INVALID_MONITOR); in RawMonitorWait()
297 return ERR(NOT_MONITOR_OWNER); in RawMonitorWait()
302 return ERR(INTERRUPT); in RawMonitorWait()
305 return ERR(NONE); in RawMonitorWait()
310 return ERR(INVALID_MONITOR); in RawMonitorNotify()
317 return ERR(NOT_MONITOR_OWNER); in RawMonitorNotify()
320 return ERR(NONE); in RawMonitorNotify()
325 return ERR(INVALID_MONITOR); in RawMonitorNotifyAll()
332 return ERR(NOT_MONITOR_OWNER); in RawMonitorNotifyAll()
335 return ERR(NONE); in RawMonitorNotifyAll()
342 return ERR(NULL_POINTER); in GetCurrentContendedMonitor()
348 jvmtiError err = ERR(INTERNAL); in GetCurrentContendedMonitor()
413 return ERR(THREAD_NOT_ALIVE); in GetCurrentContendedMonitor()