Lines Matching refs:ERR
188 return ERR(NULL_POINTER); in CreateRawMonitor()
194 return ERR(NONE); in CreateRawMonitor()
199 return ERR(INVALID_MONITOR); in DestroyRawMonitor()
206 return ERR(NOT_MONITOR_OWNER); in DestroyRawMonitor()
209 return ERR(NONE); in DestroyRawMonitor()
214 return ERR(INVALID_MONITOR); in RawMonitorEnter()
222 return ERR(NONE); in RawMonitorEnter()
227 return ERR(INVALID_MONITOR); in RawMonitorExit()
234 return ERR(NOT_MONITOR_OWNER); in RawMonitorExit()
237 return ERR(NONE); in RawMonitorExit()
244 return ERR(INVALID_MONITOR); in RawMonitorWait()
253 return ERR(ILLEGAL_ARGUMENT); in RawMonitorWait()
261 return ERR(NOT_MONITOR_OWNER); in RawMonitorWait()
266 return ERR(INTERRUPT); in RawMonitorWait()
269 return ERR(NONE); in RawMonitorWait()
274 return ERR(INVALID_MONITOR); in RawMonitorNotify()
281 return ERR(NOT_MONITOR_OWNER); in RawMonitorNotify()
284 return ERR(NONE); in RawMonitorNotify()
289 return ERR(INVALID_MONITOR); in RawMonitorNotifyAll()
296 return ERR(NOT_MONITOR_OWNER); in RawMonitorNotifyAll()
299 return ERR(NONE); in RawMonitorNotifyAll()