| 121 | } |
| 122 | |
| 123 | void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) { |
| 124 | // Not needed |
| 125 | } |
| 126 | |
| 127 | bool StackFrame::checkInterruptedSyscall() { |
| 128 | return retval() == (uintptr_t)-EINTR; |
nothing calls this directly
no outgoing calls
no test coverage detected