Lines Matching refs:EXIT_ERROR
149 EXIT_ERROR(error, "getting frame count"); in getStackDepth()
176 EXIT_ERROR(error, "cannot set thread local storage"); in setThreadLocalStorage()
195 EXIT_ERROR(error, "cannot get thread local storage"); in getThreadLocalStorage()
311 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table entry"); in insertThread()
318 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table entry"); in insertThread()
330 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table entry"); in insertThread()
521 … EXIT_ERROR(error, "cannot process deferred thread event notifications at thread start"); in processDeferredEventModes()
576 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "no java.lang.thread class"); in threadControl_initialize()
579 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "cannot resume thread"); in threadControl_initialize()
584 EXIT_ERROR(error, "getting method location"); in threadControl_initialize()
625 EXIT_ERROR(error, "getting thread state"); in pendingAppResume()
820 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table"); in threadControl_onHook()
1214 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"resume request list"); in commonResumeList()
1219 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"resume list"); in commonResumeList()
1234 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD,"missing entry in running thread table"); in commonResumeList()
1271 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"request list"); in commonSuspendList()
1314 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"suspend list results"); in commonSuspendList()
1327 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD,"missing entry in thread tables"); in commonSuspendList()
1771 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in setPopFrameThread()
1791 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in getPopFrameEvent()
1810 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in setPopFrameEvent()
1831 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in getPopFrameProceed()
1850 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"entry in thread table"); in setPopFrameProceed()
2007 EXIT_ERROR(AGENT_ERROR_INTERNAL, "thread start during pop frame"); in checkForPopFrameEvents()
2150 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"thread list corrupted"); in threadControl_onEventHandlerExit()